Html Css Color HEX #426049 Mineral Green

📋 copy color: '#426049'

red 66 ◦ green 96 ◦ blue 73

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

Shades of Mineral Green #426049

Tints of Mineral Green #426049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

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

R = 28.09%
G = 40.85%
B = 31.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#426049 (or 0x426049) is known color: Mineral Green. HEX triplet: 42, 60 and 49. RGB value is (66,96,73). Sum of RGB (Red+Green+Blue) = 66+96+73=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #426049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426049 is #BD9FB6. Grayscale: #545454. Windows color (decimal): -12427191 or 4808770. OLE color: 4808770.

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

Color convert

RGB 66 96 73 -
CMYK 0.31 0 0.24 0.62
HSL 134º 0.19% 0.32% -
HSV(B) 134º 0.31% 0.38% -
XYZ 7.63 10.01 7.83 -
YUV 84.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 66 96 73 0.31 0 0.24 0.62 134 0.19 0.32
Hex 42 60 49 1F 0 18 3E 86 13 20
Octal 102 140 111 37 0 30 76 206 23 40
Binary 1000010 1100000 1001001 11111 0 11000 111110 10000110 10011 100000

Color Harmonies of #426049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426049

Black with #426049

Text Example


Text Example

White with #426049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426049; }

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

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

background-color css

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

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

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

border-color css

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

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

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