Html Css Color HEX #406349 Mineral Green

📋 copy color: '#406349'

red 64 ◦ green 99 ◦ blue 73

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

Shades of Mineral Green #406349

Tints of Mineral Green #406349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

 BLUE value IS 73 (28.91% from 255) = 30.93%

R = 27.12%
G = 41.95%
B = 30.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#406349 (or 0x406349) is known color: Mineral Green. HEX triplet: 40, 63 and 49. RGB value is (64,99,73). Sum of RGB (Red+Green+Blue) = 64+99+73=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #406349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406349 is #BF9CB6. Grayscale: #555555. Windows color (decimal): -12557495 or 4809536. OLE color: 4809536.

HSL color Cylindrical-coordinate representation of color #406349: hue angle of 135.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406349 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 73 -
CMYK 0.35 0 0.26 0.61
HSL 135.43º 0.21% 0.32% -
HSV(B) 135.43º 0.35% 0.39% -
XYZ 7.78 10.49 7.92 -
YUV 85.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 64 99 73 0.35 0 0.26 0.61 135.43 0.21 0.32
Hex 40 63 49 23 0 1A 3D 87 15 20
Octal 100 143 111 43 0 32 75 207 25 40
Binary 1000000 1100011 1001001 100011 0 11010 111101 10000111 10101 100000

Color Harmonies of #406349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406349

Black with #406349

Text Example


Text Example

White with #406349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406349; }

 p { color: rgb(64,99,73); }

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

background-color css

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

 a { background-color: rgb(64,99,73); }

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

border-color css

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

 span { border-color: rgb(64,99,73); }

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