#317F39

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

Shades of Japanese Laurel #317F39

Tints of Japanese Laurel #317F39

Color information

#317F39 (or 0x317F39) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7F and 39. RGB value is (49,127,57). Sum of RGB (Red+Green+Blue) = 49+127+57=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #317F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F39 is #CE80C6. Grayscale: #5F5F5F. Windows color (decimal): -13533383 or 3768113. OLE color: 3768113.

HSL color Cylindrical-coordinate representation of color #317F39: hue angle of 126.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F39 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB4912757-
CMYK0.6100.550.50
HSL126.15º44.32%34.51%-
HSV(B)126.15º61.42%49.8%-
XYZ9.5916.136.48-
YUV95.7106.1694.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 127 (50% from 255) = 54.51%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=21.03%
G=54.51%
B=24.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127570.6100.550.50126.1544.3234.51
Hex317F393D037327e2c23
Octal611777175067621765443
Binary110001111111111100111110101101111100101111110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F39; }

 p { color: rgb(49,127,57); }

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

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

 a { background-color: rgb(49,127,57); }

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

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

 span { border-color: rgb(49,127,57); }

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