Html Css Color HEX #476852 Mineral Green

📋 copy color: '#476852'

red 71 ◦ green 104 ◦ blue 82

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

Shades of Mineral Green #476852

Tints of Mineral Green #476852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 27.63%
G = 40.47%
B = 31.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#476852 (or 0x476852) is known color: Mineral Green. HEX triplet: 47, 68 and 52. RGB value is (71,104,82). Sum of RGB (Red+Green+Blue) = 71+104+82=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #476852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476852 is #B897AD. Grayscale: #5B5B5B. Windows color (decimal): -12097454 or 5400647. OLE color: 5400647.

HSL color Cylindrical-coordinate representation of color #476852: hue angle of 140º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476852 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 82 -
CMYK 0.32 0 0.21 0.59
HSL 140º 0.19% 0.34% -
HSV(B) 140º 0.32% 0.41% -
XYZ 9.07 11.85 9.79 -
YUV 91.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 71 104 82 0.32 0 0.21 0.59 140 0.19 0.34
Hex 47 68 52 20 0 15 3B 8C 13 22
Octal 107 150 122 40 0 25 73 214 23 42
Binary 1000111 1101000 1010010 100000 0 10101 111011 10001100 10011 100010

Color Harmonies of #476852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476852

Black with #476852

Text Example


Text Example

White with #476852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476852; }

 p { color: rgb(71,104,82); }

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

background-color css

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

 a { background-color: rgb(71,104,82); }

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

border-color css

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

 span { border-color: rgb(71,104,82); }

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