#47702E

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

Shades of Dell #47702E

Tints of Dell #47702E

Color information

#47702E (or 0x47702E) is unknown color: approx Dell. HEX triplet: 47, 70 and 2E. RGB value is (71,112,46). Sum of RGB (Red+Green+Blue) = 71+112+46=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #47702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47702E is #B88FD1. Grayscale: #5C5C5C. Windows color (decimal): -12095442 or 3043399. OLE color: 3043399.

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

Color convert

RGB7111246-
CMYK0.3700.590.56
HSL97.27º41.77%30.98%-
HSV(B)97.27º58.93%43.92%-
XYZ8.8913.134.65-
YUV92.22101.92112.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=31.00%
G=48.91%
B=20.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112460.3700.590.5697.2741.7730.98
Hex47702E2503B38612a1f
Octal1071605645073701415237
Binary100011111100001011101001010111011111000110000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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