#416F20

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

Shades of Dell #416F20

Tints of Dell #416F20

Color information

#416F20 (or 0x416F20) is unknown color: approx Dell. HEX triplet: 41, 6F and 20. RGB value is (65,111,32). Sum of RGB (Red+Green+Blue) = 65+111+32=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #416F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416F20 is #BE90DF. Grayscale: #585858. Windows color (decimal): -12488928 or 2125633. OLE color: 2125633.

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

Color convert

RGB6511132-
CMYK0.4100.710.56
HSL94.94º55.24%28.04%-
HSV(B)94.94º71.17%43.53%-
XYZ8.1312.63.37-
YUV88.2496.26111.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=31.25%
G=53.37%
B=15.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111320.4100.710.5694.9455.2428.04
Hex416F2029047385f371c
Octal10115740510107701376734
Binary1000001110111110000010100101000111111000101111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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