#47612F

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

Shades of Dell #47612F

Tints of Dell #47612F

Color information

#47612F (or 0x47612F) is unknown color: approx Dell. HEX triplet: 47, 61 and 2F. RGB value is (71,97,47). Sum of RGB (Red+Green+Blue) = 71+97+47=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #47612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47612F is #B89ED0. Grayscale: #535353. Windows color (decimal): -12099281 or 3105095. OLE color: 3105095.

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

Color convert

RGB719747-
CMYK0.2700.520.62
HSL91.2º34.72%28.24%-
HSV(B)91.2º51.55%38.04%-
XYZ7.3910.094.25-
YUV83.53107.39119.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=33.02%
G=45.12%
B=21.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197470.2700.520.6291.234.7228.24
Hex47612F1B0343E5b231c
Octal1071415733064761334334
Binary10001111100001101111110110110100111110101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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