#476332

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

Shades of Dell #476332

Tints of Dell #476332

Color information

#476332 (or 0x476332) is unknown color: approx Dell. HEX triplet: 47, 63 and 32. RGB value is (71,99,50). Sum of RGB (Red+Green+Blue) = 71+99+50=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #476332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476332 is #B89CCD. Grayscale: #555555. Windows color (decimal): -12098766 or 3302215. OLE color: 3302215.

HSL color Cylindrical-coordinate representation of color #476332: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476332 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB719950-
CMYK0.2800.490.61
HSL94.29º32.89%29.22%-
HSV(B)94.29º49.49%38.82%-
XYZ7.6410.494.64-
YUV85.04108.22117.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=32.27%
G=45%
B=22.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199500.2800.490.6194.2932.8929.22
Hex4763321C0313D5e211d
Octal1071436234061751364135
Binary10001111100011110010111000110001111101101111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476332; }

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

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

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

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

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

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

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

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