#416429

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

Shades of Dell #416429

Tints of Dell #416429

Color information

#416429 (or 0x416429) is unknown color: approx Dell. HEX triplet: 41, 64 and 29. RGB value is (65,100,41). Sum of RGB (Red+Green+Blue) = 65+100+41=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #416429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416429 is #BE9BD6. Grayscale: #535353. Windows color (decimal): -12491735 or 2712641. OLE color: 2712641.

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

Color convert

RGB6510041-
CMYK0.3500.590.61
HSL95.59º41.84%27.65%-
HSV(B)95.59º59%39.22%-
XYZ7.1410.43.73-
YUV82.81104.4115.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 100 (39.45% from 255) = 48.54%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=31.55%
G=48.54%
B=19.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100410.3500.590.6195.5941.8427.65
Hex4164292303B3D602a1c
Octal1011445143073751405234
Binary100000111001001010011000110111011111101110000010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416429; }

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

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

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

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

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

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

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

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