#317E39

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

Shades of Japanese Laurel #317E39

Tints of Japanese Laurel #317E39

Color information

#317E39 (or 0x317E39) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7E and 39. RGB value is (49,126,57). Sum of RGB (Red+Green+Blue) = 49+126+57=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #317E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E39 is #CE81C6. Grayscale: #5F5F5F. Windows color (decimal): -13533639 or 3767857. OLE color: 3767857.

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

Color convert

RGB4912657-
CMYK0.6100.550.51
HSL126.23º44%34.31%-
HSV(B)126.23º61.11%49.41%-
XYZ9.4715.876.44-
YUV95.11106.4995.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 126 (49.61% from 255) = 54.31%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=21.12%
G=54.31%
B=24.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49126570.6100.550.51126.234434.31
Hex317E393D037337e2c22
Octal611767175067631765442
Binary110001111111011100111110101101111100111111110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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