#416E2C

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

Shades of Dell #416E2C

Tints of Dell #416E2C

Color information

#416E2C (or 0x416E2C) is unknown color: approx Dell. HEX triplet: 41, 6E and 2C. RGB value is (65,110,44). Sum of RGB (Red+Green+Blue) = 65+110+44=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #416E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416E2C is #BE91D3. Grayscale: #595959. Windows color (decimal): -12489172 or 2911809. OLE color: 2911809.

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

Color convert

RGB6511044-
CMYK0.4100.60.57
HSL100.91º42.86%30.2%-
HSV(B)100.91º60%43.14%-
XYZ8.2112.464.35-
YUV89.02102.59110.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 110 (43.36% from 255) = 50.23%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=29.68%
G=50.23%
B=20.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65110440.4100.60.57100.9142.8630.2
Hex416E2C2903C39652b1e
Octal1011565451074711455336
Binary100000111011101011001010010111100111001110010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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