#317C39

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

Shades of Japanese Laurel #317C39

Tints of Japanese Laurel #317C39

Color information

#317C39 (or 0x317C39) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7C and 39. RGB value is (49,124,57). Sum of RGB (Red+Green+Blue) = 49+124+57=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #317C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C39 is #CE83C6. Grayscale: #5E5E5E. Windows color (decimal): -13534151 or 3767345. OLE color: 3767345.

HSL color Cylindrical-coordinate representation of color #317C39: hue angle of 126.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C39 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB4912457-
CMYK0.6000.540.51
HSL126.4º43.35%33.92%-
HSV(B)126.4º60.48%48.63%-
XYZ9.2115.366.35-
YUV93.94107.1595.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 124 (48.83% from 255) = 53.91%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=21.30%
G=53.91%
B=24.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49124570.6000.540.51126.443.3533.92
Hex317C393C036337e2b22
Octal611747174066631765342
Binary110001111110011100111110001101101100111111110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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