#416F19

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

Shades of Dell #416F19

Tints of Dell #416F19

Color information

#416F19 (or 0x416F19) is unknown color: approx Dell. HEX triplet: 41, 6F and 19. RGB value is (65,111,25). Sum of RGB (Red+Green+Blue) = 65+111+25=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #416F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416F19 is #BE90E6. Grayscale: #575757. Windows color (decimal): -12488935 or 1666881. OLE color: 1666881.

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

Color convert

RGB6511125-
CMYK0.4100.770.56
HSL92.09º63.24%26.67%-
HSV(B)92.09º77.48%43.53%-
XYZ8.0412.562.92-
YUV87.4492.76111.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 111 (43.75% from 255) = 55.22%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=32.34%
G=55.22%
B=12.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111250.4100.770.5692.0963.2426.67
Hex416F192904D385c3f1b
Octal10115731510115701347733
Binary100000111011111100110100101001101111000101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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