Html Css Color HEX #476950 Mineral Green

📋 copy color: '#476950'

red 71 ◦ green 105 ◦ blue 80

#476950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #476950

Tints of Mineral Green #476950

RGB

 RED value IS 71 (28.13% from 255) = 27.73%

 GREEN value IS 105 (41.41% from 255) = 41.02%

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 27.73%
G = 41.02%
B = 31.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#476950 (or 0x476950) is known color: Mineral Green. HEX triplet: 47, 69 and 50. RGB value is (71,105,80). Sum of RGB (Red+Green+Blue) = 71+105+80=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #476950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476950 is #B896AF. Grayscale: #5C5C5C. Windows color (decimal): -12097200 or 5269831. OLE color: 5269831.

HSL color Cylindrical-coordinate representation of color #476950: hue angle of 135.88º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476950 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 80 -
CMYK 0.32 0 0.24 0.59
HSL 135.88º 0.19% 0.35% -
HSV(B) 135.88º 0.32% 0.41% -
XYZ 9.1 12.02 9.43 -
YUV 91.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 71 105 80 0.32 0 0.24 0.59 135.88 0.19 0.35
Hex 47 69 50 20 0 18 3B 88 13 23
Octal 107 151 120 40 0 30 73 210 23 43
Binary 1000111 1101001 1010000 100000 0 11000 111011 10001000 10011 100011

Color Harmonies of #476950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476950

Black with #476950

Text Example


Text Example

White with #476950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476950; }

 p { color: rgb(71,105,80); }

 H1.HeaderClassName
 {
   color: #476950;
 }
 .AnyTagClassName
 {
   color: #476950;
 }
</style>

background-color css

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

 a { background-color: rgb(71,105,80); }

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

border-color css

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

 span { border-color: rgb(71,105,80); }

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