#426920

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

Shades of Dell #426920

Tints of Dell #426920

Color information

#426920 (or 0x426920) is unknown color: approx Dell. HEX triplet: 42, 69 and 20. RGB value is (66,105,32). Sum of RGB (Red+Green+Blue) = 66+105+32=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #426920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426920 is #BD96DF. Grayscale: #555555. Windows color (decimal): -12424928 or 2124098. OLE color: 2124098.

HSL color Cylindrical-coordinate representation of color #426920: hue angle of 92.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426920 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB6610532-
CMYK0.3700.700.59
HSL92.05º53.28%26.86%-
HSV(B)92.05º69.52%41.18%-
XYZ7.5611.373.16-
YUV85.0298.08114.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=32.51%
G=51.72%
B=15.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105320.3700.700.5992.0553.2826.86
Hex426920250463B5c351b
Octal10215140450106731346533
Binary1000010110100110000010010101000110111011101110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426920; }

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

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

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

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

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

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

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

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