#426E29

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

Shades of Dell #426E29

Tints of Dell #426E29

Color information

#426E29 (or 0x426E29) is unknown color: approx Dell. HEX triplet: 42, 6E and 29. RGB value is (66,110,41). Sum of RGB (Red+Green+Blue) = 66+110+41=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #426E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E29 is #BD91D6. Grayscale: #595959. Windows color (decimal): -12423639 or 2715202. OLE color: 2715202.

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

Color convert

RGB6611041-
CMYK0.400.630.57
HSL98.26º45.7%29.61%-
HSV(B)98.26º62.73%43.14%-
XYZ8.2212.474.07-
YUV88.98100.92111.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 110 (43.36% from 255) = 50.69%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=30.41%
G=50.69%
B=18.89%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66110410.400.630.5798.2645.729.61
Hex426E292803F39622e1e
Octal1021565150077711425636
Binary100001011011101010011010000111111111001110001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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