#477231

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

Shades of Dell #477231

Tints of Dell #477231

Color information

#477231 (or 0x477231) is unknown color: approx Dell. HEX triplet: 47, 72 and 31. RGB value is (71,114,49). Sum of RGB (Red+Green+Blue) = 71+114+49=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #477231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477231 is #B88DCE. Grayscale: #5D5D5D. Windows color (decimal): -12094927 or 3240519. OLE color: 3240519.

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

Color convert

RGB7111449-
CMYK0.3800.570.55
HSL99.69º39.88%31.96%-
HSV(B)99.69º57.02%44.71%-
XYZ9.1713.65.05-
YUV93.73102.75111.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=30.34%
G=48.72%
B=20.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114490.3800.570.5599.6939.8831.96
Hex4772312603937642820
Octal1071626146071671445040
Binary1000111111001011000110011001110011101111100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477231; }

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

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

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

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

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

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

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

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