#47722B

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

Shades of Dell #47722B

Tints of Dell #47722B

Color information

#47722B (or 0x47722B) is unknown color: approx Dell. HEX triplet: 47, 72 and 2B. RGB value is (71,114,43). Sum of RGB (Red+Green+Blue) = 71+114+43=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #47722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47722B is #B88DD4. Grayscale: #5D5D5D. Windows color (decimal): -12094933 or 2847303. OLE color: 2847303.

HSL color Cylindrical-coordinate representation of color #47722B: hue angle of 96.34º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47722B is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB7111443-
CMYK0.3800.620.55
HSL96.34º45.22%30.78%-
HSV(B)96.34º62.28%44.71%-
XYZ9.0513.554.42-
YUV93.0599.75112.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=31.14%
G=50%
B=18.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114430.3800.620.5596.3445.2230.78
Hex47722B2603E37602d1f
Octal1071625346076671405537
Binary100011111100101010111001100111110110111110000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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