#426C1D

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

Shades of Dell #426C1D

Tints of Dell #426C1D

Color information

#426C1D (or 0x426C1D) is unknown color: approx Dell. HEX triplet: 42, 6C and 1D. RGB value is (66,108,29). Sum of RGB (Red+Green+Blue) = 66+108+29=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #426C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C1D is #BD93E2. Grayscale: #565656. Windows color (decimal): -12424163 or 1928258. OLE color: 1928258.

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

Color convert

RGB6610829-
CMYK0.3900.730.58
HSL91.9º57.66%26.86%-
HSV(B)91.9º73.15%42.35%-
XYZ7.8311.973.06-
YUV86.4495.59113.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=32.51%
G=53.20%
B=14.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108290.3900.730.5891.957.6626.86
Hex426C1D270493A5c3a1b
Octal10215435470111721347233
Binary100001011011001110110011101001001111010101110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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