#318133

Color #318133 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #318133

Tints of Japanese Laurel #318133

Color information

#318133 (or 0x318133) is unknown color: approx Japanese Laurel. HEX triplet: 31, 81 and 33. RGB value is (49,129,51). Sum of RGB (Red+Green+Blue) = 49+129+51=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #318133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318133 is #CE7ECC. Grayscale: #606060. Windows color (decimal): -13532877 or 3375409. OLE color: 3375409.

HSL color Cylindrical-coordinate representation of color #318133: hue angle of 121.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318133 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB4912951-
CMYK0.6200.600.49
HSL121.5º44.94%34.9%-
HSV(B)121.5º62.02%50.59%-
XYZ9.7116.595.82-
YUV96.19102.594.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=21.40%
G=56.33%
B=22.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129510.6200.600.49121.544.9434.9
Hex3181333E03C317a2d23
Octal612016376074611725543
Binary1100011000000111001111111001111001100011111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318133; }

 p { color: rgb(49,129,51); }

 H1.HeaderClassName
 {
   color: #318133;
 }
 .AnyTagClassName
 {
   color: #318133;
 }
</style>
background-color css

<style>
 a { background-color: #318133; }

 a { background-color: rgb(49,129,51); }

 div.DivClassName
 {
   background-color: #318133;
 }
 .BgClassName
 {
   background-color: #318133;
 }
</style>
border-color css

<style>
 span { border-color: #318133; }

 span { border-color: rgb(49,129,51); }

 td.TdClassName
 {
   border-color: #318133;
 }
 .TagClassName
 {
   border-color: #318133;
 }
</style>