#47632F

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

Shades of Dell #47632F

Tints of Dell #47632F

Color information

#47632F (or 0x47632F) is unknown color: approx Dell. HEX triplet: 47, 63 and 2F. RGB value is (71,99,47). Sum of RGB (Red+Green+Blue) = 71+99+47=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #47632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47632F is #B89CD0. Grayscale: #545454. Windows color (decimal): -12098769 or 3105607. OLE color: 3105607.

HSL color Cylindrical-coordinate representation of color #47632F: hue angle of 92.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47632F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB719947-
CMYK0.2800.530.61
HSL92.31º35.62%28.63%-
HSV(B)92.31º52.53%38.82%-
XYZ7.5710.474.31-
YUV84.7106.72118.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=32.72%
G=45.62%
B=21.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199470.2800.530.6192.3135.6228.63
Hex47632F1C0353D5c241d
Octal1071435734065751344435
Binary10001111100011101111111000110101111101101110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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