Html Css Color HEX #406A4C Mineral Green

📋 copy color: '#406A4C'

red 64 ◦ green 106 ◦ blue 76

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

Shades of Mineral Green #406A4C

Tints of Mineral Green #406A4C

RGB

 RED value IS 64 (25.39% from 255) = 26.02%

 GREEN value IS 106 (41.8% from 255) = 43.09%

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

R = 26.02%
G = 43.09%
B = 30.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#406A4C (or 0x406A4C) is known color: Mineral Green. HEX triplet: 40, 6A and 4C. RGB value is (64,106,76). Sum of RGB (Red+Green+Blue) = 64+106+76=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #406A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A4C is #BF95B3. Grayscale: #5A5A5A. Windows color (decimal): -12555700 or 5007936. OLE color: 5007936.

HSL color Cylindrical-coordinate representation of color #406A4C: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A4C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 76 -
CMYK 0.40 0 0.28 0.58
HSL 137.14º 0.25% 0.33% -
HSV(B) 137.14º 0.4% 0.42% -
XYZ 8.57 11.92 8.69 -
YUV 90.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 64 106 76 0.40 0 0.28 0.58 137.14 0.25 0.33
Hex 40 6A 4C 28 0 1C 3A 89 19 21
Octal 100 152 114 50 0 34 72 211 31 41
Binary 1000000 1101010 1001100 101000 0 11100 111010 10001001 11001 100001

Color Harmonies of #406A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A4C

Black with #406A4C

Text Example


Text Example

White with #406A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406A4C; }

 p { color: rgb(64,106,76); }

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

background-color css

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

 a { background-color: rgb(64,106,76); }

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

border-color css

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

 span { border-color: rgb(64,106,76); }

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