Html Css Color HEX #476B51 Mineral Green

📋 copy color: '#476B51'

red 71 ◦ green 107 ◦ blue 81

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

Shades of Mineral Green #476B51

Tints of Mineral Green #476B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.31%

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 27.41%
G = 41.31%
B = 31.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#476B51 (or 0x476B51) is known color: Mineral Green. HEX triplet: 47, 6B and 51. RGB value is (71,107,81). Sum of RGB (Red+Green+Blue) = 71+107+81=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #476B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B51 is #B894AE. Grayscale: #5D5D5D. Windows color (decimal): -12096687 or 5335879. OLE color: 5335879.

HSL color Cylindrical-coordinate representation of color #476B51: hue angle of 136.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B51 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 81 -
CMYK 0.34 0 0.24 0.58
HSL 136.67º 0.2% 0.35% -
HSV(B) 136.67º 0.34% 0.42% -
XYZ 9.34 12.45 9.7 -
YUV 93.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 71 107 81 0.34 0 0.24 0.58 136.67 0.2 0.35
Hex 47 6B 51 22 0 18 3A 89 14 23
Octal 107 153 121 42 0 30 72 211 24 43
Binary 1000111 1101011 1010001 100010 0 11000 111010 10001001 10100 100011

Color Harmonies of #476B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B51

Black with #476B51

Text Example


Text Example

White with #476B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,107,81); }

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

background-color css

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

 a { background-color: rgb(71,107,81); }

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

border-color css

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

 span { border-color: rgb(71,107,81); }

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