#426722

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

Shades of Dell #426722

Tints of Dell #426722

Color information

#426722 (or 0x426722) is unknown color: approx Dell. HEX triplet: 42, 67 and 22. RGB value is (66,103,34). Sum of RGB (Red+Green+Blue) = 66+103+34=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #426722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426722 is #BD98DD. Grayscale: #545454. Windows color (decimal): -12425438 or 2254658. OLE color: 2254658.

HSL color Cylindrical-coordinate representation of color #426722: hue angle of 92.17º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426722 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB6610334-
CMYK0.3600.670.60
HSL92.17º50.36%26.86%-
HSV(B)92.17º66.99%40.39%-
XYZ7.3910.973.24-
YUV84.0799.74115.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 103 (40.62% from 255) = 50.74%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=32.51%
G=50.74%
B=16.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103340.3600.670.6092.1750.3626.86
Hex426722240433C5c321b
Octal10214742440103741346233
Binary1000010110011110001010010001000011111100101110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426722; }

 p { color: rgb(66,103,34); }

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

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

 a { background-color: rgb(66,103,34); }

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

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

 span { border-color: rgb(66,103,34); }

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