#426221

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

Shades of Dell #426221

Tints of Dell #426221

Color information

#426221 (or 0x426221) is unknown color: approx Dell. HEX triplet: 42, 62 and 21. RGB value is (66,98,33). Sum of RGB (Red+Green+Blue) = 66+98+33=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #426221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426221 is #BD9DDE. Grayscale: #515151. Windows color (decimal): -12426719 or 2187842. OLE color: 2187842.

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

Color convert

RGB669833-
CMYK0.3300.660.62
HSL89.54º49.62%25.69%-
HSV(B)89.54º66.33%38.43%-
XYZ6.89103.01-
YUV81.02100.9117.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=33.50%
G=49.75%
B=16.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698330.3300.660.6289.5449.6225.69
Hex426221210423E5a321a
Octal10214241410102761326232
Binary1000010110001010000110000101000010111110101101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426221; }

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

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

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

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

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

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

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

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