#406720

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

Shades of Dell #406720

Tints of Dell #406720

Color information

#406720 (or 0x406720) is unknown color: approx Dell. HEX triplet: 40, 67 and 20. RGB value is (64,103,32). Sum of RGB (Red+Green+Blue) = 64+103+32=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #406720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406720 is #BF98DF. Grayscale: #535353. Windows color (decimal): -12556512 or 2123584. OLE color: 2123584.

HSL color Cylindrical-coordinate representation of color #406720: hue angle of 92.96º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406720 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB6410332-
CMYK0.3800.690.60
HSL92.96º52.59%26.47%-
HSV(B)92.96º68.93%40.39%-
XYZ7.2310.893.09-
YUV83.2499.08114.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 103 (40.62% from 255) = 51.76%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=32.16%
G=51.76%
B=16.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64103320.3800.690.6092.9652.5926.47
Hex406720260453C5d351a
Octal10014740460105741356532
Binary1000000110011110000010011001000101111100101110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406720; }

 p { color: rgb(64,103,32); }

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

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

 a { background-color: rgb(64,103,32); }

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

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

 span { border-color: rgb(64,103,32); }

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