#476128

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

Shades of Dell #476128

Tints of Dell #476128

Color information

#476128 (or 0x476128) is unknown color: approx Dell. HEX triplet: 47, 61 and 28. RGB value is (71,97,40). Sum of RGB (Red+Green+Blue) = 71+97+40=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #476128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476128 is #B89ED7. Grayscale: #525252. Windows color (decimal): -12099288 or 2646343. OLE color: 2646343.

HSL color Cylindrical-coordinate representation of color #476128: hue angle of 87.37º 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 #476128 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB719740-
CMYK0.2700.590.62
HSL87.37º41.61%26.86%-
HSV(B)87.37º58.76%38.04%-
XYZ7.2610.043.56-
YUV82.73103.89119.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=34.13%
G=46.63%
B=19.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197400.2700.590.6287.3741.6126.86
Hex4761281B03B3E572a1b
Octal1071415033073761275233
Binary10001111100001101000110110111011111110101011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476128; }

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

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

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

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

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

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

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

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