#316F32

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

Shades of Japanese Laurel #316F32

Tints of Japanese Laurel #316F32

Color information

#316F32 (or 0x316F32) is unknown color: approx Japanese Laurel. HEX triplet: 31, 6F and 32. RGB value is (49,111,50). Sum of RGB (Red+Green+Blue) = 49+111+50=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #316F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F32 is #CE90CD. Grayscale: #555555. Windows color (decimal): -13537486 or 3305265. OLE color: 3305265.

HSL color Cylindrical-coordinate representation of color #316F32: hue angle of 120.97º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F32 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB4911150-
CMYK0.5600.550.56
HSL120.97º38.75%31.37%-
HSV(B)120.97º55.86%43.53%-
XYZ7.5312.254.99-
YUV85.51107.96101.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 111 (43.75% from 255) = 52.86%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=23.33%
G=52.86%
B=23.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111500.5600.550.56120.9738.7531.37
Hex316F32380373879271f
Octal611576270067701714737
Binary11000111011111100101110000110111111000111100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316F32; }

 p { color: rgb(49,111,50); }

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

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

 a { background-color: rgb(49,111,50); }

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

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

 span { border-color: rgb(49,111,50); }

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