#426021

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

Shades of Dell #426021

Tints of Dell #426021

Color information

#426021 (or 0x426021) is unknown color: approx Dell. HEX triplet: 42, 60 and 21. RGB value is (66,96,33). Sum of RGB (Red+Green+Blue) = 66+96+33=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #426021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426021 is #BD9FDE. Grayscale: #505050. Windows color (decimal): -12427231 or 2187330. OLE color: 2187330.

HSL color Cylindrical-coordinate representation of color #426021: hue angle of 88.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426021 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB669633-
CMYK0.3100.660.62
HSL88.57º48.84%25.29%-
HSV(B)88.57º65.62%37.65%-
XYZ6.79.632.95-
YUV79.85101.56118.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=33.85%
G=49.23%
B=16.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696330.3100.660.6288.5748.8425.29
Hex4260211F0423E593119
Octal10214041370102761316131
Binary100001011000001000011111101000010111110101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426021; }

 p { color: rgb(66,96,33); }

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

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

 a { background-color: rgb(66,96,33); }

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

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

 span { border-color: rgb(66,96,33); }

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