#476132

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

Shades of Dell #476132

Tints of Dell #476132

Color information

#476132 (or 0x476132) is unknown color: approx Dell. HEX triplet: 47, 61 and 32. RGB value is (71,97,50). Sum of RGB (Red+Green+Blue) = 71+97+50=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #476132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476132 is #B89ECD. Grayscale: #545454. Windows color (decimal): -12099278 or 3301703. OLE color: 3301703.

HSL color Cylindrical-coordinate representation of color #476132: hue angle of 93.19º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #476132 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB719750-
CMYK0.2700.480.62
HSL93.19º31.97%28.82%-
HSV(B)93.19º48.45%38.04%-
XYZ7.4510.124.58-
YUV83.87108.89118.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=32.57%
G=44.50%
B=22.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197500.2700.480.6293.1931.9728.82
Hex4761321B0303E5d201d
Octal1071416233060761354035
Binary10001111100001110010110110110000111110101110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476132; }

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

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

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

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

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

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

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

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