#47612C

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

Shades of Dell #47612C

Tints of Dell #47612C

Color information

#47612C (or 0x47612C) is unknown color: approx Dell. HEX triplet: 47, 61 and 2C. RGB value is (71,97,44). Sum of RGB (Red+Green+Blue) = 71+97+44=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #47612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47612C is #B89ED3. Grayscale: #535353. Windows color (decimal): -12099284 or 2908487. OLE color: 2908487.

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

Color convert

RGB719744-
CMYK0.2700.550.62
HSL89.43º37.59%27.65%-
HSV(B)89.43º54.64%38.04%-
XYZ7.3310.073.94-
YUV83.18105.89119.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=33.49%
G=45.75%
B=20.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197440.2700.550.6289.4337.5927.65
Hex47612C1B0373E59261c
Octal1071415433067761314634
Binary10001111100001101100110110110111111110101100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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