#476030

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

Shades of Dell #476030

Tints of Dell #476030

Color information

#476030 (or 0x476030) is unknown color: approx Dell. HEX triplet: 47, 60 and 30. RGB value is (71,96,48). Sum of RGB (Red+Green+Blue) = 71+96+48=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #476030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476030 is #B89FCF. Grayscale: #535353. Windows color (decimal): -12099536 or 3170375. OLE color: 3170375.

HSL color Cylindrical-coordinate representation of color #476030: hue angle of 91.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476030 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB719648-
CMYK0.2600.500.62
HSL91.25º33.33%28.24%-
HSV(B)91.25º50%37.65%-
XYZ7.319.924.33-
YUV83.05108.22119.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=33.02%
G=44.65%
B=22.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196480.2600.500.6291.2533.3328.24
Hex4760301A0323E5b211c
Octal1071406032062761334134
Binary10001111100000110000110100110010111110101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476030; }

 p { color: rgb(71,96,48); }

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

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

 a { background-color: rgb(71,96,48); }

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

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

 span { border-color: rgb(71,96,48); }

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