#477133

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

Shades of Dell #477133

Tints of Dell #477133

Color information

#477133 (or 0x477133) is unknown color: approx Dell. HEX triplet: 47, 71 and 33. RGB value is (71,113,51). Sum of RGB (Red+Green+Blue) = 71+113+51=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #477133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477133 is #B88ECC. Grayscale: #5D5D5D. Windows color (decimal): -12095181 or 3371335. OLE color: 3371335.

HSL color Cylindrical-coordinate representation of color #477133: hue angle of 100.65º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #477133 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB7111351-
CMYK0.3700.550.56
HSL100.65º37.8%32.16%-
HSV(B)100.65º54.87%44.31%-
XYZ9.113.395.24-
YUV93.37104.09112.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=30.21%
G=48.09%
B=21.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71113510.3700.550.56100.6537.832.16
Hex4771332503738652620
Octal1071616345067701454640
Binary1000111111000111001110010101101111110001100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477133; }

 p { color: rgb(71,113,51); }

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

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

 a { background-color: rgb(71,113,51); }

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

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

 span { border-color: rgb(71,113,51); }

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