#476129

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

Shades of Dell #476129

Tints of Dell #476129

Color information

#476129 (or 0x476129) is unknown color: approx Dell. HEX triplet: 47, 61 and 29. RGB value is (71,97,41). Sum of RGB (Red+Green+Blue) = 71+97+41=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #476129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476129 is #B89ED6. Grayscale: #535353. Windows color (decimal): -12099287 or 2711879. OLE color: 2711879.

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

Color convert

RGB719741-
CMYK0.2700.580.62
HSL87.86º40.58%27.06%-
HSV(B)87.86º57.73%38.04%-
XYZ7.2710.053.65-
YUV82.84104.39119.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=33.97%
G=46.41%
B=19.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197410.2700.580.6287.8640.5827.06
Hex4761291B03A3E58291b
Octal1071415133072761305133
Binary10001111100001101001110110111010111110101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476129; }

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

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

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

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

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

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

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

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