Html Css Color HEX #476C52 Mineral Green

📋 copy color: '#476C52'

red 71 ◦ green 108 ◦ blue 82

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

Shades of Mineral Green #476C52

Tints of Mineral Green #476C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.38%

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

R = 27.2%
G = 41.38%
B = 31.42%

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

#476C52 (or 0x476C52) is known color: Mineral Green. HEX triplet: 47, 6C and 52. RGB value is (71,108,82). Sum of RGB (Red+Green+Blue) = 71+108+82=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 108 - color contains mainly: green. Hex color #476C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C52 is #B893AD. Grayscale: #5E5E5E. Windows color (decimal): -12096430 or 5401671. OLE color: 5401671.

HSL color Cylindrical-coordinate representation of color #476C52: hue angle of 137.84º degrees, saturation: 0.21, 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 #476C52 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 82 -
CMYK 0.34 0 0.24 0.58
HSL 137.84º 0.21% 0.35% -
HSV(B) 137.84º 0.34% 0.42% -
XYZ 9.48 12.67 9.93 -
YUV 93.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 71 108 82 0.34 0 0.24 0.58 137.84 0.21 0.35
Hex 47 6C 52 22 0 18 3A 8A 15 23
Octal 107 154 122 42 0 30 72 212 25 43
Binary 1000111 1101100 1010010 100010 0 11000 111010 10001010 10101 100011

Color Harmonies of #476C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C52

Black with #476C52

Text Example


Text Example

White with #476C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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