#416929

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

Shades of Dell #416929

Tints of Dell #416929

Color information

#416929 (or 0x416929) is unknown color: approx Dell. HEX triplet: 41, 69 and 29. RGB value is (65,105,41). Sum of RGB (Red+Green+Blue) = 65+105+41=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #416929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416929 is #BE96D6. Grayscale: #555555. Windows color (decimal): -12490455 or 2713921. OLE color: 2713921.

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

Color convert

RGB6510541-
CMYK0.3800.610.59
HSL97.5º43.84%28.63%-
HSV(B)97.5º60.95%41.18%-
XYZ7.6311.393.89-
YUV85.74102.75113.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=30.81%
G=49.76%
B=19.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105410.3800.610.5997.543.8428.63
Hex4169292603D3B622c1d
Octal1011515146075731425435
Binary100000111010011010011001100111101111011110001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416929; }

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

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

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

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

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

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

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

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