#32732D

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

Shades of Japanese Laurel #32732D

Tints of Japanese Laurel #32732D

Color information

#32732D (or 0x32732D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 73 and 2D. RGB value is (50,115,45). Sum of RGB (Red+Green+Blue) = 50+115+45=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #32732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32732D is #CD8CD2. Grayscale: #575757. Windows color (decimal): -13470931 or 2978610. OLE color: 2978610.

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

Color convert

RGB5011545-
CMYK0.5700.610.55
HSL115.71º43.75%31.37%-
HSV(B)115.71º60.87%45.1%-
XYZ7.9213.134.6-
YUV87.58103.97101.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=23.81%
G=54.76%
B=21.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115450.5700.610.55115.7143.7531.37
Hex32732D3903D37742c1f
Octal621635571075671645437
Binary11001011100111011011110010111101110111111010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32732D; }

 p { color: rgb(50,115,45); }

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

<style>
 a { background-color: #32732D; }

 a { background-color: rgb(50,115,45); }

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

<style>
 span { border-color: #32732D; }

 span { border-color: rgb(50,115,45); }

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