#476E22

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

Shades of Dell #476E22

Tints of Dell #476E22

Color information

#476E22 (or 0x476E22) is unknown color: approx Dell. HEX triplet: 47, 6E and 22. RGB value is (71,110,34). Sum of RGB (Red+Green+Blue) = 71+110+34=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #476E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476E22 is #B891DD. Grayscale: #595959. Windows color (decimal): -12095966 or 2256455. OLE color: 2256455.

HSL color Cylindrical-coordinate representation of color #476E22: hue angle of 90.79º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #476E22 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB7111034-
CMYK0.3500.690.57
HSL90.79º52.78%28.24%-
HSV(B)90.79º69.09%43.14%-
XYZ8.4612.613.5-
YUV89.6896.58114.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=33.02%
G=51.16%
B=15.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71110340.3500.690.5790.7952.7828.24
Hex476E2223045395b351c
Octal10715642430105711336534
Binary1000111110111010001010001101000101111001101101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E22; }

 p { color: rgb(71,110,34); }

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

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

 a { background-color: rgb(71,110,34); }

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

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

 span { border-color: rgb(71,110,34); }

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