#476532

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

Shades of Dell #476532

Tints of Dell #476532

Color information

#476532 (or 0x476532) is unknown color: approx Dell. HEX triplet: 47, 65 and 32. RGB value is (71,101,50). Sum of RGB (Red+Green+Blue) = 71+101+50=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #476532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476532 is #B89ACD. Grayscale: #565656. Windows color (decimal): -12098254 or 3302727. OLE color: 3302727.

HSL color Cylindrical-coordinate representation of color #476532: hue angle of 95.29º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476532 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB7110150-
CMYK0.3000.500.60
HSL95.29º33.77%29.61%-
HSV(B)95.29º50.5%39.61%-
XYZ7.8310.884.7-
YUV86.22107.56117.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=31.98%
G=45.50%
B=22.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101500.3000.500.6095.2933.7729.61
Hex4765321E0323C5f221e
Octal1071456236062741374236
Binary10001111100101110010111100110010111100101111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476532; }

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

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

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

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

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

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

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

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