#476139

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

Shades of Dell #476139

Tints of Dell #476139

Color information

#476139 (or 0x476139) is unknown color: approx Dell. HEX triplet: 47, 61 and 39. RGB value is (71,97,57). Sum of RGB (Red+Green+Blue) = 71+97+57=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #476139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476139 is #B89EC6. Grayscale: #545454. Windows color (decimal): -12099271 or 3760455. OLE color: 3760455.

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

Color convert

RGB719757-
CMYK0.2700.410.62
HSL99º25.97%30.2%-
HSV(B)99º41.24%38.04%-
XYZ7.6110.185.44-
YUV84.67112.39118.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=31.56%
G=43.11%
B=25.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197570.2700.410.629925.9730.2
Hex4761391B0293E631a1e
Octal1071417133051761433236
Binary1000111110000111100111011010100111111011000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476139; }

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

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

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

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

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

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

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

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