#476539

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

Shades of Dell #476539

Tints of Dell #476539

Color information

#476539 (or 0x476539) is unknown color: approx Dell. HEX triplet: 47, 65 and 39. RGB value is (71,101,57). Sum of RGB (Red+Green+Blue) = 71+101+57=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #476539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476539 is #B89AC6. Grayscale: #575757. Windows color (decimal): -12098247 or 3761479. OLE color: 3761479.

HSL color Cylindrical-coordinate representation of color #476539: hue angle of 100.91º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476539 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB7110157-
CMYK0.3000.440.60
HSL100.91º27.85%30.98%-
HSV(B)100.91º43.56%39.61%-
XYZ7.9910.945.56-
YUV87.01111.06116.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=31.00%
G=44.10%
B=24.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101570.3000.440.60100.9127.8530.98
Hex4765391E02C3C651c1f
Octal1071457136054741453437
Binary1000111110010111100111110010110011110011001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476539; }

 p { color: rgb(71,101,57); }

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

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

 a { background-color: rgb(71,101,57); }

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

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

 span { border-color: rgb(71,101,57); }

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