Html Css Color HEX #476A52 Mineral Green

📋 copy color: '#476A52'

red 71 ◦ green 106 ◦ blue 82

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

Shades of Mineral Green #476A52

Tints of Mineral Green #476A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.93%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 27.41%
G = 40.93%
B = 31.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#476A52 (or 0x476A52) is known color: Mineral Green. HEX triplet: 47, 6A and 52. RGB value is (71,106,82). Sum of RGB (Red+Green+Blue) = 71+106+82=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #476A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A52 is #B895AD. Grayscale: #5C5C5C. Windows color (decimal): -12096942 or 5401159. OLE color: 5401159.

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

Color convert

RGB 71 106 82 -
CMYK 0.33 0 0.23 0.58
HSL 138.86º 0.2% 0.35% -
HSV(B) 138.86º 0.33% 0.42% -
XYZ 9.28 12.26 9.86 -
YUV 92.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 71 106 82 0.33 0 0.23 0.58 138.86 0.2 0.35
Hex 47 6A 52 21 0 17 3A 8B 14 23
Octal 107 152 122 41 0 27 72 213 24 43
Binary 1000111 1101010 1010010 100001 0 10111 111010 10001011 10100 100011

Color Harmonies of #476A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A52

Black with #476A52

Text Example


Text Example

White with #476A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,82); }

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

background-color css

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

 a { background-color: rgb(71,106,82); }

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

border-color css

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

 span { border-color: rgb(71,106,82); }

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