#416A19

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

Shades of Dell #416A19

Tints of Dell #416A19

Color information

#416A19 (or 0x416A19) is unknown color: approx Dell. HEX triplet: 41, 6A and 19. RGB value is (65,106,25). Sum of RGB (Red+Green+Blue) = 65+106+25=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #416A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416A19 is #BE95E6. Grayscale: #545454. Windows color (decimal): -12490215 or 1665601. OLE color: 1665601.

HSL color Cylindrical-coordinate representation of color #416A19: hue angle of 90.37º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #416A19 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB6510625-
CMYK0.3900.760.58
HSL90.37º61.83%25.69%-
HSV(B)90.37º76.42%41.57%-
XYZ7.5111.52.74-
YUV84.5194.42114.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=33.16%
G=54.08%
B=12.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65106250.3900.760.5890.3761.8325.69
Hex416A192704C3A5a3e1a
Octal10115231470114721327632
Binary100000111010101100110011101001100111010101101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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