#426624

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

Shades of Dell #426624

Tints of Dell #426624

Color information

#426624 (or 0x426624) is unknown color: approx Dell. HEX triplet: 42, 66 and 24. RGB value is (66,102,36). Sum of RGB (Red+Green+Blue) = 66+102+36=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #426624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426624 is #BD99DB. Grayscale: #535353. Windows color (decimal): -12425692 or 2385474. OLE color: 2385474.

HSL color Cylindrical-coordinate representation of color #426624: hue angle of 92.73º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426624 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB6610236-
CMYK0.3500.650.6
HSL92.73º47.83%27.06%-
HSV(B)92.73º64.71%40%-
XYZ7.3210.793.37-
YUV83.71101.07115.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=32.35%
G=50%
B=17.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102360.3500.650.692.7347.8327.06
Hex426624230413C5d301b
Octal10214644430101741356033
Binary1000010110011010010010001101000001111100101110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426624; }

 p { color: rgb(66,102,36); }

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

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

 a { background-color: rgb(66,102,36); }

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

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

 span { border-color: rgb(66,102,36); }

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