#416418

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

Shades of Dell #416418

Tints of Dell #416418

Color information

#416418 (or 0x416418) is unknown color: approx Dell. HEX triplet: 41, 64 and 18. RGB value is (65,100,24). Sum of RGB (Red+Green+Blue) = 65+100+24=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #416418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416418 is #BE9BE7. Grayscale: #515151. Windows color (decimal): -12491752 or 1598529. OLE color: 1598529.

HSL color Cylindrical-coordinate representation of color #416418: hue angle of 87.63º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #416418 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB6510024-
CMYK0.3500.760.61
HSL87.63º61.29%24.31%-
HSV(B)87.63º76%39.22%-
XYZ6.910.32.49-
YUV80.8795.9116.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 100 (39.45% from 255) = 52.91%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=34.39%
G=52.91%
B=12.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100240.3500.760.6187.6361.2924.31
Hex4164182304C3D583d18
Octal10114430430114751307530
Binary100000111001001100010001101001100111101101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416418; }

 p { color: rgb(65,100,24); }

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

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

 a { background-color: rgb(65,100,24); }

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

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

 span { border-color: rgb(65,100,24); }

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