#476F2E

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

Shades of Dell #476F2E

Tints of Dell #476F2E

Color information

#476F2E (or 0x476F2E) is unknown color: approx Dell. HEX triplet: 47, 6F and 2E. RGB value is (71,111,46). Sum of RGB (Red+Green+Blue) = 71+111+46=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #476F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F2E is #B890D1. Grayscale: #5B5B5B. Windows color (decimal): -12095698 or 3043143. OLE color: 3043143.

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

Color convert

RGB7111146-
CMYK0.3600.590.56
HSL96.92º41.4%30.78%-
HSV(B)96.92º58.56%43.53%-
XYZ8.7812.914.61-
YUV91.63102.25113.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 111 (43.75% from 255) = 48.68%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=31.14%
G=48.68%
B=20.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111460.3600.590.5696.9241.430.78
Hex476F2E2403B3861291f
Octal1071575644073701415137
Binary100011111011111011101001000111011111000110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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