#31742B

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

Shades of Japanese Laurel #31742B

Tints of Japanese Laurel #31742B

Color information

#31742B (or 0x31742B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 74 and 2B. RGB value is (49,116,43). Sum of RGB (Red+Green+Blue) = 49+116+43=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #31742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31742B is #CE8BD4. Grayscale: #575757. Windows color (decimal): -13536213 or 2847793. OLE color: 2847793.

HSL color Cylindrical-coordinate representation of color #31742B: hue angle of 115.07º 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 #31742B is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB4911643-
CMYK0.5800.630.55
HSL115.07º45.91%31.18%-
HSV(B)115.07º62.93%45.49%-
XYZ7.9513.324.44-
YUV87.64102.8100.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 116 (45.70% from 255) = 55.77%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=23.56%
G=55.77%
B=20.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116430.5800.630.55115.0745.9131.18
Hex31742B3A03F37732e1f
Octal611645372077671635637
Binary11000111101001010111110100111111110111111001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31742B; }

 p { color: rgb(49,116,43); }

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

<style>
 a { background-color: #31742B; }

 a { background-color: rgb(49,116,43); }

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

<style>
 span { border-color: #31742B; }

 span { border-color: rgb(49,116,43); }

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