#416129

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

Shades of Dell #416129

Tints of Dell #416129

Color information

#416129 (or 0x416129) is unknown color: approx Dell. HEX triplet: 41, 61 and 29. RGB value is (65,97,41). Sum of RGB (Red+Green+Blue) = 65+97+41=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #416129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416129 is #BE9ED6. Grayscale: #515151. Windows color (decimal): -12492503 or 2711873. OLE color: 2711873.

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

Color convert

RGB659741-
CMYK0.3300.580.62
HSL94.29º40.58%27.06%-
HSV(B)94.29º57.73%38.04%-
XYZ6.859.833.63-
YUV81.05105.4116.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=32.02%
G=47.78%
B=20.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597410.3300.580.6294.2940.5827.06
Hex4161292103A3E5e291b
Octal1011415141072761365133
Binary100000111000011010011000010111010111110101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416129; }

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

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

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

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

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

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

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

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