#47702a

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

Shades of Dell #47702A

Tints of Dell #47702A

Color information

#47702A (or 0x47702A) is unknown color: approx Dell. HEX triplet: 47, 70 and 2A. RGB value is (71,112,42). Sum of RGB (Red+Green+Blue) = 71+112+42=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #47702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47702A is #B88FD5. Grayscale: #5C5C5C. Windows color (decimal): -12095446 or 2781255. OLE color: 2781255.

HSL color Cylindrical-coordinate representation of color #47702A: hue angle of 95.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47702A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7111242-
CMYK0.3700.620.56
HSL95.14º45.45%30.2%-
HSV(B)95.14º62.5%43.92%-
XYZ8.8113.14.25-
YUV91.7699.92113.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=31.56%
G=49.78%
B=18.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112420.3700.620.5695.1445.4530.2
Hex47702A2503E385f2d1e
Octal1071605245076701375536
Binary100011111100001010101001010111110111000101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47702a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47702a; }

 p { color: rgb(71,112,42); }

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

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

 a { background-color: rgb(71,112,42); }

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

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

 span { border-color: rgb(71,112,42); }

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