#32493C

Color #32493C English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #32493C

Tints of English Holly #32493C

Color information

#32493C (or 0x32493C) is unknown color: approx English Holly. HEX triplet: 32, 49 and 3C. RGB value is (50,73,60). Sum of RGB (Red+Green+Blue) = 50+73+60=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #32493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32493C is #CDB6C3. Grayscale: #404040. Windows color (decimal): -13481668 or 3950898. OLE color: 3950898.

HSL color Cylindrical-coordinate representation of color #32493C: hue angle of 146.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32493C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB507360-
CMYK0.3200.180.71
HSL146.09º18.7%24.12%-
HSV(B)146.09º31.51%28.63%-
XYZ4.515.775.15-
YUV64.64125.38117.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=27.32%
G=39.89%
B=32.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073600.3200.180.71146.0918.724.12
Hex32493C2001247921318
Octal6211174400221072222330
Binary11001010010011111001000000100101000111100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32493C; }

 p { color: rgb(50,73,60); }

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

<style>
 a { background-color: #32493C; }

 a { background-color: rgb(50,73,60); }

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

<style>
 span { border-color: #32493C; }

 span { border-color: rgb(50,73,60); }

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