#426A17

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

Shades of Dell #426A17

Tints of Dell #426A17

Color information

#426A17 (or 0x426A17) is unknown color: approx Dell. HEX triplet: 42, 6A and 17. RGB value is (66,106,23). Sum of RGB (Red+Green+Blue) = 66+106+23=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #426A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A17 is #BD95E8. Grayscale: #545454. Windows color (decimal): -12424681 or 1534530. OLE color: 1534530.

HSL color Cylindrical-coordinate representation of color #426A17: hue angle of 88.92º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #426A17 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB6610623-
CMYK0.3800.780.58
HSL88.92º64.34%25.29%-
HSV(B)88.92º78.3%41.57%-
XYZ7.5611.532.64-
YUV84.5893.25114.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 106 (41.80% from 255) = 54.36%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=33.85%
G=54.36%
B=11.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106230.3800.780.5888.9264.3425.29
Hex426A172604E3A594019
Octal102152274601167213110031
Binary1000010110101010111100110010011101110101011001100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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