#416020

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

Shades of Dell #416020

Tints of Dell #416020

Color information

#416020 (or 0x416020) is unknown color: approx Dell. HEX triplet: 41, 60 and 20. RGB value is (65,96,32). Sum of RGB (Red+Green+Blue) = 65+96+32=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #416020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416020 is #BE9FDF. Grayscale: #4F4F4F. Windows color (decimal): -12492768 or 2121793. OLE color: 2121793.

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

Color convert

RGB659632-
CMYK0.3200.670.62
HSL89.06º50%25.1%-
HSV(B)89.06º66.67%37.65%-
XYZ6.629.592.87-
YUV79.43101.23117.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=33.68%
G=49.74%
B=16.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596320.3200.670.6289.065025.1
Hex416020200433E593219
Octal10114040400103761316231
Binary1000001110000010000010000001000011111110101100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416020; }

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

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

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

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

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

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

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

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