#317936

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

Shades of Japanese Laurel #317936

Tints of Japanese Laurel #317936

Color information

#317936 (or 0x317936) is unknown color: approx Japanese Laurel. HEX triplet: 31, 79 and 36. RGB value is (49,121,54). Sum of RGB (Red+Green+Blue) = 49+121+54=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #317936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317936 is #CE86C9. Grayscale: #5C5C5C. Windows color (decimal): -13534922 or 3569969. OLE color: 3569969.

HSL color Cylindrical-coordinate representation of color #317936: hue angle of 124.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317936 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB4912154-
CMYK0.6000.550.53
HSL124.17º42.35%33.33%-
HSV(B)124.17º59.5%47.45%-
XYZ8.7714.595.84-
YUV91.83106.6597.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 121 (47.66% from 255) = 54.02%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=21.88%
G=54.02%
B=24.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121540.6000.550.53124.1742.3533.33
Hex3179363C037357c2a21
Octal611716674067651745241
Binary110001111100111011011110001101111101011111100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317936; }

 p { color: rgb(49,121,54); }

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

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

 a { background-color: rgb(49,121,54); }

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

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

 span { border-color: rgb(49,121,54); }

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