#476623

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

Shades of Dell #476623

Tints of Dell #476623

Color information

#476623 (or 0x476623) is unknown color: approx Dell. HEX triplet: 47, 66 and 23. RGB value is (71,102,35). Sum of RGB (Red+Green+Blue) = 71+102+35=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #476623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476623 is #B899DC. Grayscale: #555555. Windows color (decimal): -12098013 or 2319943. OLE color: 2319943.

HSL color Cylindrical-coordinate representation of color #476623: hue angle of 87.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476623 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB7110235-
CMYK0.3000.660.6
HSL87.76º48.91%26.86%-
HSV(B)87.76º65.69%40%-
XYZ7.6510.963.3-
YUV85.0999.73117.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=34.13%
G=49.04%
B=16.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102350.3000.660.687.7648.9126.86
Hex4766231E0423C58311b
Octal10714643360102741306133
Binary100011111001101000111111001000010111100101100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476623; }

 p { color: rgb(71,102,35); }

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

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

 a { background-color: rgb(71,102,35); }

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

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

 span { border-color: rgb(71,102,35); }

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