#477032

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

Shades of Dell #477032

Tints of Dell #477032

Color information

#477032 (or 0x477032) is unknown color: approx Dell. HEX triplet: 47, 70 and 32. RGB value is (71,112,50). Sum of RGB (Red+Green+Blue) = 71+112+50=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #477032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477032 is #B88FCD. Grayscale: #5C5C5C. Windows color (decimal): -12095438 or 3305543. OLE color: 3305543.

HSL color Cylindrical-coordinate representation of color #477032: hue angle of 99.68º 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 #477032 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB7111250-
CMYK0.3700.550.56
HSL99.68º38.27%31.76%-
HSV(B)99.68º55.36%43.92%-
XYZ8.9713.165.08-
YUV92.67103.92112.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=30.47%
G=48.07%
B=21.46%

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
Decimal71112500.3700.550.5699.6838.2731.76
Hex4770322503738642620
Octal1071606245067701444640
Binary1000111111000011001010010101101111110001100100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477032; }

 p { color: rgb(71,112,50); }

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

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

 a { background-color: rgb(71,112,50); }

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

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

 span { border-color: rgb(71,112,50); }

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