#284532

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

Shades of English Holly #284532

Tints of English Holly #284532

Color information

#284532 (or 0x284532) is unknown color: approx English Holly. HEX triplet: 28, 45 and 32. RGB value is (40,69,50). Sum of RGB (Red+Green+Blue) = 40+69+50=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #284532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284532 is #D7BACD. Grayscale: #3A3A3A. Windows color (decimal): -14138062 or 3294504. OLE color: 3294504.

HSL color Cylindrical-coordinate representation of color #284532: hue angle of 140.69º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #284532 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB406950-
CMYK0.4200.280.73
HSL140.69º26.61%21.37%-
HSV(B)140.69º42.03%27.06%-
XYZ3.584.943.78-
YUV58.16123.39115.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=25.16%
G=43.40%
B=31.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069500.4200.280.73140.6926.6121.37
Hex2845322A01C498d1b15
Octal5010562520341112153325
Binary10100010001011100101010100111001001001100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284532; }

 p { color: rgb(40,69,50); }

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

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

 a { background-color: rgb(40,69,50); }

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

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

 span { border-color: rgb(40,69,50); }

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