#416928

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

Shades of Dell #416928

Tints of Dell #416928

Color information

#416928 (or 0x416928) is unknown color: approx Dell. HEX triplet: 41, 69 and 28. RGB value is (65,105,40). Sum of RGB (Red+Green+Blue) = 65+105+40=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #416928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416928 is #BE96D7. Grayscale: #555555. Windows color (decimal): -12490456 or 2648385. OLE color: 2648385.

HSL color Cylindrical-coordinate representation of color #416928: hue angle of 96.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416928 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB6510540-
CMYK0.3800.620.59
HSL96.92º44.83%28.43%-
HSV(B)96.92º61.9%41.18%-
XYZ7.6111.383.8-
YUV85.63102.25113.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=30.95%
G=50%
B=19.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105400.3800.620.5996.9244.8328.43
Hex4169282603E3B612d1c
Octal1011515046076731415534
Binary100000111010011010001001100111110111011110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416928; }

 p { color: rgb(65,105,40); }

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

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

 a { background-color: rgb(65,105,40); }

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

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

 span { border-color: rgb(65,105,40); }

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