#476D24

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

Shades of Dell #476D24

Tints of Dell #476D24

Color information

#476D24 (or 0x476D24) is unknown color: approx Dell. HEX triplet: 47, 6D and 24. RGB value is (71,109,36). Sum of RGB (Red+Green+Blue) = 71+109+36=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #476D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D24 is #B892DB. Grayscale: #595959. Windows color (decimal): -12096220 or 2387271. OLE color: 2387271.

HSL color Cylindrical-coordinate representation of color #476D24: hue angle of 91.23º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476D24 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB7110936-
CMYK0.3500.670.57
HSL91.23º50.34%28.43%-
HSV(B)91.23º66.97%42.75%-
XYZ8.3912.43.62-
YUV89.3297.91114.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 109 (42.97% from 255) = 50.46%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=32.87%
G=50.46%
B=16.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71109360.3500.670.5791.2350.3428.43
Hex476D2423043395b321c
Octal10715544430103711336234
Binary1000111110110110010010001101000011111001101101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476D24; }

 p { color: rgb(71,109,36); }

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

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

 a { background-color: rgb(71,109,36); }

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

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

 span { border-color: rgb(71,109,36); }

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