Html Css Color HEX #475F4D Mineral Green

📋 copy color: '#475F4D'

red 71 ◦ green 95 ◦ blue 77

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

Shades of Mineral Green #475F4D

Tints of Mineral Green #475F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 29.22%
G = 39.09%
B = 31.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#475F4D (or 0x475F4D) is known color: Mineral Green. HEX triplet: 47, 5F and 4D. RGB value is (71,95,77). Sum of RGB (Red+Green+Blue) = 71+95+77=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #475F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F4D is #B8A0B2. Grayscale: #555555. Windows color (decimal): -12099763 or 5070663. OLE color: 5070663.

HSL color Cylindrical-coordinate representation of color #475F4D: hue angle of 135º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475F4D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 95 77 -
CMYK 0.25 0 0.19 0.63
HSL 135º 0.14% 0.33% -
HSV(B) 135º 0.25% 0.37% -
XYZ 8.03 10.06 8.54 -
YUV 85.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 71 95 77 0.25 0 0.19 0.63 135 0.14 0.33
Hex 47 5F 4D 19 0 13 3F 87 E 21
Octal 107 137 115 31 0 23 77 207 16 41
Binary 1000111 1011111 1001101 11001 0 10011 111111 10000111 1110 100001

Color Harmonies of #475F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F4D

Black with #475F4D

Text Example


Text Example

White with #475F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475F4D; }

 p { color: rgb(71,95,77); }

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

background-color css

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

 a { background-color: rgb(71,95,77); }

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

border-color css

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

 span { border-color: rgb(71,95,77); }

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