Html Css Color HEX #476952 Mineral Green

📋 copy color: '#476952'

red 71 ◦ green 105 ◦ blue 82

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

Shades of Mineral Green #476952

Tints of Mineral Green #476952

RGB

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

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

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

R = 27.52%
G = 40.7%
B = 31.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#476952 (or 0x476952) is known color: Mineral Green. HEX triplet: 47, 69 and 52. RGB value is (71,105,82). Sum of RGB (Red+Green+Blue) = 71+105+82=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #476952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476952 is #B896AD. Grayscale: #5C5C5C. Windows color (decimal): -12097198 or 5400903. OLE color: 5400903.

HSL color Cylindrical-coordinate representation of color #476952: hue angle of 139.41º 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 #476952 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 82 -
CMYK 0.32 0 0.22 0.59
HSL 139.41º 0.19% 0.35% -
HSV(B) 139.41º 0.32% 0.41% -
XYZ 9.17 12.05 9.83 -
YUV 92.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 71 105 82 0.32 0 0.22 0.59 139.41 0.19 0.35
Hex 47 69 52 20 0 16 3B 8B 13 23
Octal 107 151 122 40 0 26 73 213 23 43
Binary 1000111 1101001 1010010 100000 0 10110 111011 10001011 10011 100011

Color Harmonies of #476952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476952

Black with #476952

Text Example


Text Example

White with #476952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476952; }

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

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

background-color css

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

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

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

border-color css

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

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

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