#426721

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

Shades of Dell #426721

Tints of Dell #426721

Color information

#426721 (or 0x426721) is unknown color: approx Dell. HEX triplet: 42, 67 and 21. RGB value is (66,103,33). Sum of RGB (Red+Green+Blue) = 66+103+33=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #426721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426721 is #BD98DE. Grayscale: #545454. Windows color (decimal): -12425439 or 2189122. OLE color: 2189122.

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

Color convert

RGB6610333-
CMYK0.3600.680.60
HSL91.71º51.47%26.67%-
HSV(B)91.71º67.96%40.39%-
XYZ7.3710.973.17-
YUV83.9699.24115.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 103 (40.62% from 255) = 50.99%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=32.67%
G=50.99%
B=16.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103330.3600.680.6091.7151.4726.67
Hex426721240443C5c331b
Octal10214741440104741346333
Binary1000010110011110000110010001000100111100101110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426721; }

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

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

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

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

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

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

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

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