Html Css Color HEX #426449 Mineral Green

📋 copy color: '#426449'

red 66 ◦ green 100 ◦ blue 73

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

Shades of Mineral Green #426449

Tints of Mineral Green #426449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 27.62%
G = 41.84%
B = 30.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#426449 (or 0x426449) is known color: Mineral Green. HEX triplet: 42, 64 and 49. RGB value is (66,100,73). Sum of RGB (Red+Green+Blue) = 66+100+73=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #426449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426449 is #BD9BB6. Grayscale: #565656. Windows color (decimal): -12426167 or 4809794. OLE color: 4809794.

HSL color Cylindrical-coordinate representation of color #426449: hue angle of 132.35º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #426449 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 73 -
CMYK 0.34 0 0.27 0.61
HSL 132.35º 0.2% 0.33% -
HSV(B) 132.35º 0.34% 0.39% -
XYZ 8.01 10.75 7.96 -
YUV 86.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 66 100 73 0.34 0 0.27 0.61 132.35 0.2 0.33
Hex 42 64 49 22 0 1B 3D 84 14 21
Octal 102 144 111 42 0 33 75 204 24 41
Binary 1000010 1100100 1001001 100010 0 11011 111101 10000100 10100 100001

Color Harmonies of #426449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426449

Black with #426449

Text Example


Text Example

White with #426449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426449; }

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

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

background-color css

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

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

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

border-color css

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

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

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