#476F2A

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

Shades of Dell #476F2A

Tints of Dell #476F2A

Color information

#476F2A (or 0x476F2A) is unknown color: approx Dell. HEX triplet: 47, 6F and 2A. RGB value is (71,111,42). Sum of RGB (Red+Green+Blue) = 71+111+42=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #476F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F2A is #B890D5. Grayscale: #5B5B5B. Windows color (decimal): -12095702 or 2780999. OLE color: 2780999.

HSL color Cylindrical-coordinate representation of color #476F2A: hue angle of 94.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476F2A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7111142-
CMYK0.3600.620.56
HSL94.78º45.1%30%-
HSV(B)94.78º62.16%43.53%-
XYZ8.712.884.22-
YUV91.17100.25113.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=31.70%
G=49.55%
B=18.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111420.3600.620.5694.7845.130
Hex476F2A2403E385f2d1e
Octal1071575244076701375536
Binary100011111011111010101001000111110111000101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,111,42); }

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

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

 a { background-color: rgb(71,111,42); }

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

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

 span { border-color: rgb(71,111,42); }

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