#33732A

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

Shades of Japanese Laurel #33732A

Tints of Japanese Laurel #33732A

Color information

#33732A (or 0x33732A) is unknown color: approx Japanese Laurel. HEX triplet: 33, 73 and 2A. RGB value is (51,115,42). Sum of RGB (Red+Green+Blue) = 51+115+42=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #33732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33732A is #CC8CD5. Grayscale: #575757. Windows color (decimal): -13405398 or 2782003. OLE color: 2782003.

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

Color convert

RGB5111542-
CMYK0.5600.630.55
HSL112.6º46.5%30.78%-
HSV(B)112.6º63.48%45.1%-
XYZ7.9113.134.31-
YUV87.54102.3101.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 115 (45.31% from 255) = 55.29%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=24.52%
G=55.29%
B=20.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115420.5600.630.55112.646.530.78
Hex33732A3803F37712e1f
Octal631635270077671615637
Binary11001111100111010101110000111111110111111000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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