#316F2A

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

Shades of Japanese Laurel #316F2A

Tints of Japanese Laurel #316F2A

Color information

#316F2A (or 0x316F2A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 6F and 2A. RGB value is (49,111,42). Sum of RGB (Red+Green+Blue) = 49+111+42=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #316F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F2A is #CE90D5. Grayscale: #545454. Windows color (decimal): -13537494 or 2780977. OLE color: 2780977.

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

Color convert

RGB4911142-
CMYK0.5600.620.56
HSL113.91º45.1%30%-
HSV(B)113.91º62.16%43.53%-
XYZ7.3712.194.15-
YUV84.6103.96102.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 111 (43.75% from 255) = 54.95%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=24.26%
G=54.95%
B=20.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111420.5600.620.56113.9145.130
Hex316F2A3803E38722d1e
Octal611575270076701625536
Binary11000111011111010101110000111110111000111001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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