#32753F

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

Shades of Japanese Laurel #32753F

Tints of Japanese Laurel #32753F

Color information

#32753F (or 0x32753F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 75 and 3F. RGB value is (50,117,63). Sum of RGB (Red+Green+Blue) = 50+117+63=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #32753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32753F is #CD8AC0. Grayscale: #5A5A5A. Windows color (decimal): -13470401 or 4158770. OLE color: 4158770.

HSL color Cylindrical-coordinate representation of color #32753F: hue angle of 131.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32753F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB5011763-
CMYK0.5700.460.54
HSL131.64º40.12%32.75%-
HSV(B)131.64º57.26%45.88%-
XYZ8.5713.766.91-
YUV90.81112.398.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 63 (25% from 255) = 27.39%
R=21.74%
G=50.87%
B=27.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117630.5700.460.54131.6440.1232.75
Hex32753F3902E36842821
Octal621657771056662045041
Binary1100101110101111111111001010111011011010000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32753F; }

 p { color: rgb(50,117,63); }

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

<style>
 a { background-color: #32753F; }

 a { background-color: rgb(50,117,63); }

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

<style>
 span { border-color: #32753F; }

 span { border-color: rgb(50,117,63); }

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