#31712C

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

Shades of Japanese Laurel #31712C

Tints of Japanese Laurel #31712C

Color information

#31712C (or 0x31712C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 71 and 2C. RGB value is (49,113,44). Sum of RGB (Red+Green+Blue) = 49+113+44=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #31712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31712C is #CE8ED3. Grayscale: #565656. Windows color (decimal): -13536980 or 2912561. OLE color: 2912561.

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

Color convert

RGB4911344-
CMYK0.5700.610.56
HSL115.65º43.95%30.78%-
HSV(B)115.65º61.06%44.31%-
XYZ7.6312.654.42-
YUV86104.3101.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=23.79%
G=54.85%
B=21.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113440.5700.610.56115.6543.9530.78
Hex31712C3903D38742c1f
Octal611615471075701645437
Binary11000111100011011001110010111101111000111010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31712C; }

 p { color: rgb(49,113,44); }

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

<style>
 a { background-color: #31712C; }

 a { background-color: rgb(49,113,44); }

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

<style>
 span { border-color: #31712C; }

 span { border-color: rgb(49,113,44); }

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