#476035

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

Shades of Dell #476035

Tints of Dell #476035

Color information

#476035 (or 0x476035) is unknown color: approx Dell. HEX triplet: 47, 60 and 35. RGB value is (71,96,53). Sum of RGB (Red+Green+Blue) = 71+96+53=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #476035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476035 is #B89FCA. Grayscale: #535353. Windows color (decimal): -12099531 or 3498055. OLE color: 3498055.

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

Color convert

RGB719653-
CMYK0.2600.450.62
HSL94.88º28.86%29.22%-
HSV(B)94.88º44.79%37.65%-
XYZ7.429.964.9-
YUV83.62110.72119-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=32.27%
G=43.64%
B=24.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196530.2600.450.6294.8828.8629.22
Hex4760351A02D3E5f1d1d
Octal1071406532055761373535
Binary1000111110000011010111010010110111111010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476035; }

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

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

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

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

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

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

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

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