#47732d

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

Shades of Dell #47732D

Tints of Dell #47732D

Color information

#47732D (or 0x47732D) is unknown color: approx Dell. HEX triplet: 47, 73 and 2D. RGB value is (71,115,45). Sum of RGB (Red+Green+Blue) = 71+115+45=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #47732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47732D is #B88CD2. Grayscale: #5E5E5E. Windows color (decimal): -12094675 or 2978631. OLE color: 2978631.

HSL color Cylindrical-coordinate representation of color #47732D: hue angle of 97.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47732D is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB7111545-
CMYK0.3800.610.55
HSL97.71º43.75%31.37%-
HSV(B)97.71º60.87%45.1%-
XYZ9.213.794.66-
YUV93.86100.42111.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=30.74%
G=49.78%
B=19.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71115450.3800.610.5597.7143.7531.37
Hex47732D2603D37622c1f
Octal1071635546075671425437
Binary100011111100111011011001100111101110111110001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47732d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47732d; }

 p { color: rgb(71,115,45); }

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

<style>
 a { background-color: #47732d; }

 a { background-color: rgb(71,115,45); }

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

<style>
 span { border-color: #47732d; }

 span { border-color: rgb(71,115,45); }

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