#416E20

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

Shades of Dell #416E20

Tints of Dell #416E20

Color information

#416E20 (or 0x416E20) is unknown color: approx Dell. HEX triplet: 41, 6E and 20. RGB value is (65,110,32). Sum of RGB (Red+Green+Blue) = 65+110+32=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #416E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416E20 is #BE91DF. Grayscale: #575757. Windows color (decimal): -12489184 or 2125377. OLE color: 2125377.

HSL color Cylindrical-coordinate representation of color #416E20: hue angle of 94.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #416E20 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB6511032-
CMYK0.4100.710.57
HSL94.62º54.93%27.84%-
HSV(B)94.62º70.91%43.14%-
XYZ8.0212.383.33-
YUV87.6596.59111.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 110 (43.36% from 255) = 53.14%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=31.40%
G=53.14%
B=15.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65110320.4100.710.5794.6254.9327.84
Hex416E2029047395f371c
Octal10115640510107711376734
Binary1000001110111010000010100101000111111001101111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E20; }

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

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

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

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

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

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

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

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