#31712E

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

Shades of Japanese Laurel #31712E

Tints of Japanese Laurel #31712E

Color information

#31712E (or 0x31712E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 71 and 2E. RGB value is (49,113,46). Sum of RGB (Red+Green+Blue) = 49+113+46=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #31712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31712E is #CE8ED1. Grayscale: #565656. Windows color (decimal): -13536978 or 3043633. OLE color: 3043633.

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

Color convert

RGB4911346-
CMYK0.5700.590.56
HSL117.31º42.14%31.18%-
HSV(B)117.31º59.29%44.31%-
XYZ7.6612.664.62-
YUV86.23105.3101.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=23.56%
G=54.33%
B=22.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113460.5700.590.56117.3142.1431.18
Hex31712E3903B38752a1f
Octal611615671073701655237
Binary11000111100011011101110010111011111000111010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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