#32483C

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

Shades of English Holly #32483C

Tints of English Holly #32483C

Color information

#32483C (or 0x32483C) is unknown color: approx English Holly. HEX triplet: 32, 48 and 3C. RGB value is (50,72,60). Sum of RGB (Red+Green+Blue) = 50+72+60=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #32483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32483C is #CDB7C3. Grayscale: #404040. Windows color (decimal): -13481924 or 3950642. OLE color: 3950642.

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

Color convert

RGB507260-
CMYK0.3100.170.72
HSL147.27º18.03%23.92%-
HSV(B)147.27º30.56%28.24%-
XYZ4.455.645.13-
YUV64.05125.71117.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=27.47%
G=39.56%
B=32.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072600.3100.170.72147.2718.0323.92
Hex32483C1F01148931218
Octal6211074370211102232230
Binary1100101001000111100111110100011001000100100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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