#426A1F

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

Shades of Dell #426A1F

Tints of Dell #426A1F

Color information

#426A1F (or 0x426A1F) is unknown color: approx Dell. HEX triplet: 42, 6A and 1F. RGB value is (66,106,31). Sum of RGB (Red+Green+Blue) = 66+106+31=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #426A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A1F is #BD95E0. Grayscale: #555555. Windows color (decimal): -12424673 or 2058818. OLE color: 2058818.

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

Color convert

RGB6610631-
CMYK0.3800.710.58
HSL92º54.74%26.86%-
HSV(B)92º70.75%41.57%-
XYZ7.6511.573.13-
YUV85.4997.25114.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=32.51%
G=52.22%
B=15.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106310.3800.710.589254.7426.86
Hex426A1F260473A5c371b
Octal10215237460107721346733
Binary100001011010101111110011001000111111010101110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,31); }

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

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

 a { background-color: rgb(66,106,31); }

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

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

 span { border-color: rgb(66,106,31); }

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