#47702B

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

Shades of Dell #47702B

Tints of Dell #47702B

Color information

#47702B (or 0x47702B) is unknown color: approx Dell. HEX triplet: 47, 70 and 2B. RGB value is (71,112,43). Sum of RGB (Red+Green+Blue) = 71+112+43=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #47702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47702B is #B88FD4. Grayscale: #5C5C5C. Windows color (decimal): -12095445 or 2846791. OLE color: 2846791.

HSL color Cylindrical-coordinate representation of color #47702B: hue angle of 95.65º 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 #47702B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7111243-
CMYK0.3700.620.56
HSL95.65º44.52%30.39%-
HSV(B)95.65º61.61%43.92%-
XYZ8.8313.14.35-
YUV91.88100.42113.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=31.42%
G=49.56%
B=19.03%

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
Decimal71112430.3700.620.5695.6544.5230.39
Hex47702B2503E38602d1e
Octal1071605345076701405536
Binary100011111100001010111001010111110111000110000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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