Html Css Color HEX #475E4C Mineral Green

📋 copy color: '#475E4C'

red 71 ◦ green 94 ◦ blue 76

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

Shades of Mineral Green #475E4C

Tints of Mineral Green #475E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

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

R = 29.46%
G = 39%
B = 31.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#475E4C (or 0x475E4C) is known color: Mineral Green. HEX triplet: 47, 5E and 4C. RGB value is (71,94,76). Sum of RGB (Red+Green+Blue) = 71+94+76=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #475E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E4C is #B8A1B3. Grayscale: #555555. Windows color (decimal): -12100020 or 5004871. OLE color: 5004871.

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

Color convert

RGB 71 94 76 -
CMYK 0.24 0 0.19 0.63
HSL 133.04º 0.14% 0.32% -
HSV(B) 133.04º 0.24% 0.37% -
XYZ 7.91 9.87 8.33 -
YUV 85.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 71 94 76 0.24 0 0.19 0.63 133.04 0.14 0.32
Hex 47 5E 4C 18 0 13 3F 85 E 20
Octal 107 136 114 30 0 23 77 205 16 40
Binary 1000111 1011110 1001100 11000 0 10011 111111 10000101 1110 100000

Color Harmonies of #475E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E4C

Black with #475E4C

Text Example


Text Example

White with #475E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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