#32463B

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

Shades of English Holly #32463B

Tints of English Holly #32463B

Color information

#32463B (or 0x32463B) is unknown color: approx English Holly. HEX triplet: 32, 46 and 3B. RGB value is (50,70,59). Sum of RGB (Red+Green+Blue) = 50+70+59=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #32463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32463B is #CDB9C4. Grayscale: #3E3E3E. Windows color (decimal): -13482437 or 3884594. OLE color: 3884594.

HSL color Cylindrical-coordinate representation of color #32463B: hue angle of 147º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #32463B is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB507059-
CMYK0.2900.160.73
HSL147º16.67%23.53%-
HSV(B)147º28.57%27.45%-
XYZ4.295.374.95-
YUV62.77125.87118.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=27.93%
G=39.11%
B=32.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070590.2900.160.7314716.6723.53
Hex32463B1D01049931118
Octal6210673350201112232130
Binary1100101000110111011111010100001001001100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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