Html Css Color HEX #476450 Mineral Green

📋 copy color: '#476450'

red 71 ◦ green 100 ◦ blue 80

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

Shades of Mineral Green #476450

Tints of Mineral Green #476450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 28.29%
G = 39.84%
B = 31.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#476450 (or 0x476450) is known color: Mineral Green. HEX triplet: 47, 64 and 50. RGB value is (71,100,80). Sum of RGB (Red+Green+Blue) = 71+100+80=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #476450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476450 is #B89BAF. Grayscale: #595959. Windows color (decimal): -12098480 or 5268551. OLE color: 5268551.

HSL color Cylindrical-coordinate representation of color #476450: hue angle of 138.62º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476450 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 80 -
CMYK 0.29 0 0.2 0.61
HSL 138.62º 0.17% 0.34% -
HSV(B) 138.62º 0.29% 0.39% -
XYZ 8.6 11.03 9.27 -
YUV 89.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 71 100 80 0.29 0 0.2 0.61 138.62 0.17 0.34
Hex 47 64 50 1D 0 14 3D 8B 11 22
Octal 107 144 120 35 0 24 75 213 21 42
Binary 1000111 1100100 1010000 11101 0 10100 111101 10001011 10001 100010

Color Harmonies of #476450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476450

Black with #476450

Text Example


Text Example

White with #476450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476450; }

 p { color: rgb(71,100,80); }

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

background-color css

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

 a { background-color: rgb(71,100,80); }

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

border-color css

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

 span { border-color: rgb(71,100,80); }

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