Html Css Color HEX #47614C Mineral Green

📋 copy color: '#47614C'

red 71 ◦ green 97 ◦ blue 76

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

Shades of Mineral Green #47614C

Tints of Mineral Green #47614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 29.1%
G = 39.75%
B = 31.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#47614C (or 0x47614C) is known color: Mineral Green. HEX triplet: 47, 61 and 4C. RGB value is (71,97,76). Sum of RGB (Red+Green+Blue) = 71+97+76=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #47614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47614C is #B89EB3. Grayscale: #565656. Windows color (decimal): -12099252 or 5005639. OLE color: 5005639.

HSL color Cylindrical-coordinate representation of color #47614C: hue angle of 131.54º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47614C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 76 -
CMYK 0.27 0 0.22 0.62
HSL 131.54º 0.15% 0.33% -
HSV(B) 131.54º 0.27% 0.38% -
XYZ 8.18 10.41 8.42 -
YUV 86.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 71 97 76 0.27 0 0.22 0.62 131.54 0.15 0.33
Hex 47 61 4C 1B 0 16 3E 84 F 21
Octal 107 141 114 33 0 26 76 204 17 41
Binary 1000111 1100001 1001100 11011 0 10110 111110 10000100 1111 100001

Color Harmonies of #47614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47614C

Black with #47614C

Text Example


Text Example

White with #47614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47614C; }

 p { color: rgb(71,97,76); }

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

background-color css

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

 a { background-color: rgb(71,97,76); }

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

border-color css

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

 span { border-color: rgb(71,97,76); }

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