#316f27

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

Shades of Japanese Laurel #316F27

Tints of Japanese Laurel #316F27

Color information

#316F27 (or 0x316F27) is unknown color: approx Japanese Laurel. HEX triplet: 31, 6F and 27. RGB value is (49,111,39). Sum of RGB (Red+Green+Blue) = 49+111+39=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #316F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F27 is #CE90D8. Grayscale: #545454. Windows color (decimal): -13537497 or 2584369. OLE color: 2584369.

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

Color convert

RGB4911139-
CMYK0.5600.650.56
HSL111.67º48%29.41%-
HSV(B)111.67º64.86%43.53%-
XYZ7.3212.173.88-
YUV84.25102.46102.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 111 (43.75% from 255) = 55.78%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=24.62%
G=55.78%
B=19.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111390.5600.650.56111.674829.41
Hex316F27380413870301d
Octal6115747700101701606035
Binary110001110111110011111100001000001111000111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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