#456B20

Color #456B20 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #456B20

Tints of Dell #456B20

Color information

#456B20 (or 0x456B20) is unknown color: approx Dell. HEX triplet: 45, 6B and 20. RGB value is (69,107,32). Sum of RGB (Red+Green+Blue) = 69+107+32=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #456B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456B20 is #BA94DF. Grayscale: #575757. Windows color (decimal): -12227808 or 2124613. OLE color: 2124613.

HSL color Cylindrical-coordinate representation of color #456B20: hue angle of 90.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456B20 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB6910732-
CMYK0.3600.700.58
HSL90.4º53.96%27.25%-
HSV(B)90.4º70.09%41.96%-
XYZ7.9711.883.24-
YUV87.0996.91115.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=33.17%
G=51.44%
B=15.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107320.3600.700.5890.453.9627.25
Hex456B20240463A5a361b
Octal10515340440106721326633
Binary1000101110101110000010010001000110111010101101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456B20; }

 p { color: rgb(69,107,32); }

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

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

 a { background-color: rgb(69,107,32); }

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

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

 span { border-color: rgb(69,107,32); }

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