#416319

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

Shades of Dell #416319

Tints of Dell #416319

Color information

#416319 (or 0x416319) is unknown color: approx Dell. HEX triplet: 41, 63 and 19. RGB value is (65,99,25). Sum of RGB (Red+Green+Blue) = 65+99+25=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #416319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416319 is #BE9CE6. Grayscale: #505050. Windows color (decimal): -12492007 or 1663809. OLE color: 1663809.

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

Color convert

RGB659925-
CMYK0.3400.750.61
HSL87.57º59.68%24.31%-
HSV(B)87.57º74.75%38.82%-
XYZ6.8210.122.51-
YUV80.496.74117.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=34.39%
G=52.38%
B=13.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599250.3400.750.6187.5759.6824.31
Hex4163192204B3D583c18
Octal10114331420113751307430
Binary100000111000111100110001001001011111101101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416319; }

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

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

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

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

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

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

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

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