#32473B

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

Shades of English Holly #32473B

Tints of English Holly #32473B

Color information

#32473B (or 0x32473B) is unknown color: approx English Holly. HEX triplet: 32, 47 and 3B. RGB value is (50,71,59). Sum of RGB (Red+Green+Blue) = 50+71+59=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #32473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32473B is #CDB8C4. Grayscale: #3F3F3F. Windows color (decimal): -13482181 or 3884850. OLE color: 3884850.

HSL color Cylindrical-coordinate representation of color #32473B: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32473B is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB507159-
CMYK0.3000.170.72
HSL145.71º17.36%23.73%-
HSV(B)145.71º29.58%27.84%-
XYZ4.365.54.97-
YUV63.35125.54118.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=27.78%
G=39.44%
B=32.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071590.3000.170.72145.7117.3623.73
Hex32473B1E01148921118
Octal6210773360211102222130
Binary1100101000111111011111100100011001000100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,71,59); }

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

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

 a { background-color: rgb(50,71,59); }

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

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

 span { border-color: rgb(50,71,59); }

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