#416E29

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

Shades of Dell #416E29

Tints of Dell #416E29

Color information

#416E29 (or 0x416E29) is unknown color: approx Dell. HEX triplet: 41, 6E and 29. RGB value is (65,110,41). Sum of RGB (Red+Green+Blue) = 65+110+41=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #416E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416E29 is #BE91D6. Grayscale: #585858. Windows color (decimal): -12489175 or 2715201. OLE color: 2715201.

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

Color convert

RGB6511041-
CMYK0.4100.630.57
HSL99.13º45.7%29.61%-
HSV(B)99.13º62.73%43.14%-
XYZ8.1612.444.07-
YUV88.68101.09111.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=30.09%
G=50.93%
B=18.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65110410.4100.630.5799.1345.729.61
Hex416E292903F39632e1e
Octal1011565151077711435636
Binary100000111011101010011010010111111111001110001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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