#476029

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

Shades of Dell #476029

Tints of Dell #476029

Color information

#476029 (or 0x476029) is unknown color: approx Dell. HEX triplet: 47, 60 and 29. RGB value is (71,96,41). Sum of RGB (Red+Green+Blue) = 71+96+41=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #476029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476029 is #B89FD6. Grayscale: #525252. Windows color (decimal): -12099543 or 2711623. OLE color: 2711623.

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

Color convert

RGB719641-
CMYK0.2600.570.62
HSL87.27º40.15%26.86%-
HSV(B)87.27º57.29%37.65%-
XYZ7.189.873.62-
YUV82.26104.72119.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=34.13%
G=46.15%
B=19.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196410.2600.570.6287.2740.1526.86
Hex4760291A0393E57281b
Octal1071405132071761275033
Binary10001111100000101001110100111001111110101011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476029; }

 p { color: rgb(71,96,41); }

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

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

 a { background-color: rgb(71,96,41); }

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

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

 span { border-color: rgb(71,96,41); }

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