#477131

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

Shades of Dell #477131

Tints of Dell #477131

Color information

#477131 (or 0x477131) is unknown color: approx Dell. HEX triplet: 47, 71 and 31. RGB value is (71,113,49). Sum of RGB (Red+Green+Blue) = 71+113+49=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #477131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477131 is #B88ECE. Grayscale: #5D5D5D. Windows color (decimal): -12095183 or 3240263. OLE color: 3240263.

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

Color convert

RGB7111349-
CMYK0.3700.570.56
HSL99.38º39.51%31.76%-
HSV(B)99.38º56.64%44.31%-
XYZ9.0613.375.01-
YUV93.15103.09112.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=30.47%
G=48.50%
B=21.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71113490.3700.570.5699.3839.5131.76
Hex4771312503938632820
Octal1071616145071701435040
Binary1000111111000111000110010101110011110001100011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477131; }

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

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

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

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

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

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

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

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