Html Css Color HEX #426549 Mineral Green

📋 copy color: '#426549'

red 66 ◦ green 101 ◦ blue 73

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

Shades of Mineral Green #426549

Tints of Mineral Green #426549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 27.5%
G = 42.08%
B = 30.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#426549 (or 0x426549) is known color: Mineral Green. HEX triplet: 42, 65 and 49. RGB value is (66,101,73). Sum of RGB (Red+Green+Blue) = 66+101+73=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #426549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426549 is #BD9AB6. Grayscale: #575757. Windows color (decimal): -12425911 or 4810050. OLE color: 4810050.

HSL color Cylindrical-coordinate representation of color #426549: hue angle of 132º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426549 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 73 -
CMYK 0.35 0 0.28 0.60
HSL 132º 0.21% 0.33% -
HSV(B) 132º 0.35% 0.4% -
XYZ 8.1 10.95 7.99 -
YUV 87.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 66 101 73 0.35 0 0.28 0.60 132 0.21 0.33
Hex 42 65 49 23 0 1C 3C 84 15 21
Octal 102 145 111 43 0 34 74 204 25 41
Binary 1000010 1100101 1001001 100011 0 11100 111100 10000100 10101 100001

Color Harmonies of #426549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426549

Black with #426549

Text Example


Text Example

White with #426549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426549; }

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

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

background-color css

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

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

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

border-color css

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

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

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