#416820

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

Shades of Dell #416820

Tints of Dell #416820

Color information

#416820 (or 0x416820) is unknown color: approx Dell. HEX triplet: 41, 68 and 20. RGB value is (65,104,32). Sum of RGB (Red+Green+Blue) = 65+104+32=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #416820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416820 is #BE97DF. Grayscale: #545454. Windows color (decimal): -12490720 or 2123841. OLE color: 2123841.

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

Color convert

RGB6510432-
CMYK0.3800.690.59
HSL92.5º52.94%26.67%-
HSV(B)92.5º69.23%40.78%-
XYZ7.3911.133.13-
YUV84.1398.58114.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=32.34%
G=51.74%
B=15.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104320.3800.690.5992.552.9426.67
Hex416820260453B5c351b
Octal10115040460105731346533
Binary1000001110100010000010011001000101111011101110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416820; }

 p { color: rgb(65,104,32); }

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

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

 a { background-color: rgb(65,104,32); }

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

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

 span { border-color: rgb(65,104,32); }

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