#426A20

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

Shades of Dell #426A20

Tints of Dell #426A20

Color information

#426A20 (or 0x426A20) is unknown color: approx Dell. HEX triplet: 42, 6A and 20. RGB value is (66,106,32). Sum of RGB (Red+Green+Blue) = 66+106+32=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #426A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A20 is #BD95DF. Grayscale: #555555. Windows color (decimal): -12424672 or 2124354. OLE color: 2124354.

HSL color Cylindrical-coordinate representation of color #426A20: hue angle of 92.43º 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 #426A20 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB6610632-
CMYK0.3800.700.58
HSL92.43º53.62%27.06%-
HSV(B)92.43º69.81%41.57%-
XYZ7.6611.573.2-
YUV85.697.75114.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 106 (41.80% from 255) = 51.96%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=32.35%
G=51.96%
B=15.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106320.3800.700.5892.4353.6227.06
Hex426A20260463A5c361b
Octal10215240460106721346633
Binary1000010110101010000010011001000110111010101110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A20; }

 p { color: rgb(66,106,32); }

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

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

 a { background-color: rgb(66,106,32); }

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

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

 span { border-color: rgb(66,106,32); }

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