#426B29

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

Shades of Dell #426B29

Tints of Dell #426B29

Color information

#426B29 (or 0x426B29) is unknown color: approx Dell. HEX triplet: 42, 6B and 29. RGB value is (66,107,41). Sum of RGB (Red+Green+Blue) = 66+107+41=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #426B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B29 is #BD94D6. Grayscale: #575757. Windows color (decimal): -12424407 or 2714434. OLE color: 2714434.

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

Color convert

RGB6610741-
CMYK0.3800.620.58
HSL97.27º44.59%29.02%-
HSV(B)97.27º61.68%41.96%-
XYZ7.911.833.97-
YUV87.22101.92112.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 107 (42.19% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=30.84%
G=50%
B=19.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107410.3800.620.5897.2744.5929.02
Hex426B292603E3A612d1d
Octal1021535146076721415535
Binary100001011010111010011001100111110111010110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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