#32742B

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

Shades of Japanese Laurel #32742B

Tints of Japanese Laurel #32742B

Color information

#32742B (or 0x32742B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 2B. RGB value is (50,116,43). Sum of RGB (Red+Green+Blue) = 50+116+43=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #32742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32742B is #CD8BD4. Grayscale: #585858. Windows color (decimal): -13470677 or 2847794. OLE color: 2847794.

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

Color convert

RGB5011643-
CMYK0.5700.630.55
HSL114.25º45.91%31.18%-
HSV(B)114.25º62.93%45.49%-
XYZ813.344.44-
YUV87.94102.63100.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=23.92%
G=55.50%
B=20.57%

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
Decimal50116430.5700.630.55114.2545.9131.18
Hex32742B3903F37722e1f
Octal621645371077671625637
Binary11001011101001010111110010111111110111111001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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