#47612A

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

Shades of Dell #47612A

Tints of Dell #47612A

Color information

#47612A (or 0x47612A) is unknown color: approx Dell. HEX triplet: 47, 61 and 2A. RGB value is (71,97,42). Sum of RGB (Red+Green+Blue) = 71+97+42=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #47612A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47612A is #B89ED5. Grayscale: #535353. Windows color (decimal): -12099286 or 2777415. OLE color: 2777415.

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

Color convert

RGB719742-
CMYK0.2700.570.62
HSL88.36º39.57%27.25%-
HSV(B)88.36º56.7%38.04%-
XYZ7.2910.063.75-
YUV82.96104.89119.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 42 (16.80% from 255) = 20%
R=33.81%
G=46.19%
B=20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197420.2700.570.6288.3639.5727.25
Hex47612A1B0393E58281b
Octal1071415233071761305033
Binary10001111100001101010110110111001111110101100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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