#426E20

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

Shades of Dell #426E20

Tints of Dell #426E20

Color information

#426E20 (or 0x426E20) is unknown color: approx Dell. HEX triplet: 42, 6E and 20. RGB value is (66,110,32). Sum of RGB (Red+Green+Blue) = 66+110+32=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #426E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E20 is #BD91DF. Grayscale: #585858. Windows color (decimal): -12423648 or 2125378. OLE color: 2125378.

HSL color Cylindrical-coordinate representation of color #426E20: hue angle of 93.85º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #426E20 is Cyan = 0.4, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB6611032-
CMYK0.400.710.57
HSL93.85º54.93%27.84%-
HSV(B)93.85º70.91%43.14%-
XYZ8.0812.413.34-
YUV87.9596.42112.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 110 (43.36% from 255) = 52.88%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=31.73%
G=52.88%
B=15.38%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66110320.400.710.5793.8554.9327.84
Hex426E2028047395e371c
Octal10215640500107711366734
Binary1000010110111010000010100001000111111001101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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