#426D24

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

Shades of Dell #426D24

Tints of Dell #426D24

Color information

#426D24 (or 0x426D24) is unknown color: approx Dell. HEX triplet: 42, 6D and 24. RGB value is (66,109,36). Sum of RGB (Red+Green+Blue) = 66+109+36=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #426D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426D24 is #BD92DB. Grayscale: #585858. Windows color (decimal): -12423900 or 2387266. OLE color: 2387266.

HSL color Cylindrical-coordinate representation of color #426D24: hue angle of 95.34º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426D24 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB6610936-
CMYK0.3900.670.57
HSL95.34º50.34%28.43%-
HSV(B)95.34º66.97%42.75%-
XYZ8.0312.223.6-
YUV87.8298.75112.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 109 (42.97% from 255) = 51.66%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=31.28%
G=51.66%
B=17.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109360.3900.670.5795.3450.3428.43
Hex426D2427043395f321c
Octal10215544470103711376234
Binary1000010110110110010010011101000011111001101111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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