#426C25

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

Shades of Dell #426C25

Tints of Dell #426C25

Color information

#426C25 (or 0x426C25) is unknown color: approx Dell. HEX triplet: 42, 6C and 25. RGB value is (66,108,37). Sum of RGB (Red+Green+Blue) = 66+108+37=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #426C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C25 is #BD93DA. Grayscale: #575757. Windows color (decimal): -12424155 or 2452546. OLE color: 2452546.

HSL color Cylindrical-coordinate representation of color #426C25: hue angle of 95.49º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426C25 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB6610837-
CMYK0.3900.660.58
HSL95.49º48.97%28.43%-
HSV(B)95.49º65.74%42.35%-
XYZ7.9412.023.65-
YUV87.3599.59112.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=31.28%
G=51.18%
B=17.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108370.3900.660.5895.4948.9728.43
Hex426C25270423A5f311c
Octal10215445470102721376134
Binary1000010110110010010110011101000010111010101111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,108,37); }

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

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

 a { background-color: rgb(66,108,37); }

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

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

 span { border-color: rgb(66,108,37); }

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