Html Css Color HEX #47694E Mineral Green

📋 copy color: '#47694E'

red 71 ◦ green 105 ◦ blue 78

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

Shades of Mineral Green #47694E

Tints of Mineral Green #47694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 27.95%
G = 41.34%
B = 30.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#47694E (or 0x47694E) is known color: Mineral Green. HEX triplet: 47, 69 and 4E. RGB value is (71,105,78). Sum of RGB (Red+Green+Blue) = 71+105+78=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #47694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47694E is #B896B1. Grayscale: #5B5B5B. Windows color (decimal): -12097202 or 5138759. OLE color: 5138759.

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

Color convert

RGB 71 105 78 -
CMYK 0.32 0 0.26 0.59
HSL 132.35º 0.19% 0.35% -
HSV(B) 132.35º 0.32% 0.41% -
XYZ 9.03 11.99 9.05 -
YUV 91.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 71 105 78 0.32 0 0.26 0.59 132.35 0.19 0.35
Hex 47 69 4E 20 0 1A 3B 84 13 23
Octal 107 151 116 40 0 32 73 204 23 43
Binary 1000111 1101001 1001110 100000 0 11010 111011 10000100 10011 100011

Color Harmonies of #47694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47694E

Black with #47694E

Text Example


Text Example

White with #47694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47694E; }

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

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

background-color css

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

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

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

border-color css

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

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

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