#476F2F

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

Shades of Dell #476F2F

Tints of Dell #476F2F

Color information

#476F2F (or 0x476F2F) is unknown color: approx Dell. HEX triplet: 47, 6F and 2F. RGB value is (71,111,47). Sum of RGB (Red+Green+Blue) = 71+111+47=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #476F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F2F is #B890D0. Grayscale: #5B5B5B. Windows color (decimal): -12095697 or 3108679. OLE color: 3108679.

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

Color convert

RGB7111147-
CMYK0.3600.580.56
HSL97.5º40.51%30.98%-
HSV(B)97.5º57.66%43.53%-
XYZ8.812.914.72-
YUV91.74102.75113.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 111 (43.75% from 255) = 48.47%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=31.00%
G=48.47%
B=20.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111470.3600.580.5697.540.5130.98
Hex476F2F2403A3862291f
Octal1071575744072701425137
Binary100011111011111011111001000111010111000110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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