Html Css Color HEX #426149 Mineral Green

📋 copy color: '#426149'

red 66 ◦ green 97 ◦ blue 73

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

Shades of Mineral Green #426149

Tints of Mineral Green #426149

RGB

 RED value IS 66 (26.17% from 255) = 27.97%

 GREEN value IS 97 (38.28% from 255) = 41.1%

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

R = 27.97%
G = 41.1%
B = 30.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#426149 (or 0x426149) is known color: Mineral Green. HEX triplet: 42, 61 and 49. RGB value is (66,97,73). Sum of RGB (Red+Green+Blue) = 66+97+73=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #426149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426149 is #BD9EB6. Grayscale: #555555. Windows color (decimal): -12426935 or 4809026. OLE color: 4809026.

HSL color Cylindrical-coordinate representation of color #426149: hue angle of 133.55º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426149 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 73 -
CMYK 0.32 0 0.25 0.62
HSL 133.55º 0.19% 0.32% -
HSV(B) 133.55º 0.32% 0.38% -
XYZ 7.72 10.19 7.86 -
YUV 85 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 66 97 73 0.32 0 0.25 0.62 133.55 0.19 0.32
Hex 42 61 49 20 0 19 3E 86 13 20
Octal 102 141 111 40 0 31 76 206 23 40
Binary 1000010 1100001 1001001 100000 0 11001 111110 10000110 10011 100000

Color Harmonies of #426149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426149

Black with #426149

Text Example


Text Example

White with #426149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426149; }

 p { color: rgb(66,97,73); }

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

background-color css

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

 a { background-color: rgb(66,97,73); }

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

border-color css

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

 span { border-color: rgb(66,97,73); }

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