#476039

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

Shades of Dell #476039

Tints of Dell #476039

Color information

#476039 (or 0x476039) is unknown color: approx Dell. HEX triplet: 47, 60 and 39. RGB value is (71,96,57). Sum of RGB (Red+Green+Blue) = 71+96+57=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #476039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476039 is #B89FC6. Grayscale: #545454. Windows color (decimal): -12099527 or 3760199. OLE color: 3760199.

HSL color Cylindrical-coordinate representation of color #476039: hue angle of 98.46º degrees, saturation: 0.25, 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 #476039 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB719657-
CMYK0.2600.410.62
HSL98.46º25.49%30%-
HSV(B)98.46º40.62%37.65%-
XYZ7.52105.4-
YUV84.08112.72118.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=31.70%
G=42.86%
B=25.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196570.2600.410.6298.4625.4930
Hex4760391A0293E62191e
Octal1071407132051761423136
Binary1000111110000011100111010010100111111011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476039; }

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

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

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

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

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

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

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

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