#416128

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

Shades of Dell #416128

Tints of Dell #416128

Color information

#416128 (or 0x416128) is unknown color: approx Dell. HEX triplet: 41, 61 and 28. RGB value is (65,97,40). Sum of RGB (Red+Green+Blue) = 65+97+40=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #416128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416128 is #BE9ED7. Grayscale: #515151. Windows color (decimal): -12492504 or 2646337. OLE color: 2646337.

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

Color convert

RGB659740-
CMYK0.3300.590.62
HSL93.68º41.61%26.86%-
HSV(B)93.68º58.76%38.04%-
XYZ6.849.833.54-
YUV80.93104.9116.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=32.18%
G=48.02%
B=19.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597400.3300.590.6293.6841.6126.86
Hex4161282103B3E5e2a1b
Octal1011415041073761365233
Binary100000111000011010001000010111011111110101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416128; }

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

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

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

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

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

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

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

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