#316F29

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

Shades of Japanese Laurel #316F29

Tints of Japanese Laurel #316F29

Color information

#316F29 (or 0x316F29) is unknown color: approx Japanese Laurel. HEX triplet: 31, 6F and 29. RGB value is (49,111,41). Sum of RGB (Red+Green+Blue) = 49+111+41=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #316F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F29 is #CE90D6. Grayscale: #545454. Windows color (decimal): -13537495 or 2715441. OLE color: 2715441.

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

Color convert

RGB4911141-
CMYK0.5600.630.56
HSL113.14º46.05%29.8%-
HSV(B)113.14º63.06%43.53%-
XYZ7.3512.184.06-
YUV84.48103.46102.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 111 (43.75% from 255) = 55.22%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=24.38%
G=55.22%
B=20.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111410.5600.630.56113.1446.0529.8
Hex316F293803F38712e1e
Octal611575170077701615636
Binary11000111011111010011110000111111111000111000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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