Html Css Color HEX #476750 Mineral Green

📋 copy color: '#476750'

red 71 ◦ green 103 ◦ blue 80

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

Shades of Mineral Green #476750

Tints of Mineral Green #476750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 27.95%
G = 40.55%
B = 31.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#476750 (or 0x476750) is known color: Mineral Green. HEX triplet: 47, 67 and 50. RGB value is (71,103,80). Sum of RGB (Red+Green+Blue) = 71+103+80=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #476750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476750 is #B898AF. Grayscale: #5A5A5A. Windows color (decimal): -12097712 or 5269319. OLE color: 5269319.

HSL color Cylindrical-coordinate representation of color #476750: hue angle of 136.88º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476750 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 80 -
CMYK 0.31 0 0.22 0.60
HSL 136.88º 0.18% 0.34% -
HSV(B) 136.88º 0.31% 0.4% -
XYZ 8.9 11.62 9.36 -
YUV 90.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 71 103 80 0.31 0 0.22 0.60 136.88 0.18 0.34
Hex 47 67 50 1F 0 16 3C 89 12 22
Octal 107 147 120 37 0 26 74 211 22 42
Binary 1000111 1100111 1010000 11111 0 10110 111100 10001001 10010 100010

Color Harmonies of #476750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476750

Black with #476750

Text Example


Text Example

White with #476750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476750; }

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

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

background-color css

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

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

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

border-color css

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

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

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