#47612B

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

Shades of Dell #47612B

Tints of Dell #47612B

Color information

#47612B (or 0x47612B) is unknown color: approx Dell. HEX triplet: 47, 61 and 2B. RGB value is (71,97,43). Sum of RGB (Red+Green+Blue) = 71+97+43=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #47612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47612B is #B89ED4. Grayscale: #535353. Windows color (decimal): -12099285 or 2842951. OLE color: 2842951.

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

Color convert

RGB719743-
CMYK0.2700.560.62
HSL88.89º38.57%27.45%-
HSV(B)88.89º55.67%38.04%-
XYZ7.3110.063.84-
YUV83.07105.39119.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=33.65%
G=45.97%
B=20.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197430.2700.560.6288.8938.5727.45
Hex47612B1B0383E59271b
Octal1071415333070761314733
Binary10001111100001101011110110111000111110101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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