#31732A

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

Shades of Japanese Laurel #31732A

Tints of Japanese Laurel #31732A

Color information

#31732A (or 0x31732A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 73 and 2A. RGB value is (49,115,42). Sum of RGB (Red+Green+Blue) = 49+115+42=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #31732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31732A is #CE8CD5. Grayscale: #575757. Windows color (decimal): -13536470 or 2782001. OLE color: 2782001.

HSL color Cylindrical-coordinate representation of color #31732A: hue angle of 114.25º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31732A is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB4911542-
CMYK0.5700.630.55
HSL114.25º46.5%30.78%-
HSV(B)114.25º63.48%45.1%-
XYZ7.8213.084.3-
YUV86.94102.63100.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 115 (45.31% from 255) = 55.83%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=23.79%
G=55.83%
B=20.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115420.5700.630.55114.2546.530.78
Hex31732A3903F37722e1f
Octal611635271077671625637
Binary11000111100111010101110010111111110111111001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31732A; }

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

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

<style>
 a { background-color: #31732A; }

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

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

<style>
 span { border-color: #31732A; }

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

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