Html Css Color HEX #426349 Mineral Green

📋 copy color: '#426349'

red 66 ◦ green 99 ◦ blue 73

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

Shades of Mineral Green #426349

Tints of Mineral Green #426349

RGB

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

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

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

R = 27.73%
G = 41.6%
B = 30.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#426349 (or 0x426349) is known color: Mineral Green. HEX triplet: 42, 63 and 49. RGB value is (66,99,73). Sum of RGB (Red+Green+Blue) = 66+99+73=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #426349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426349 is #BD9CB6. Grayscale: #565656. Windows color (decimal): -12426423 or 4809538. OLE color: 4809538.

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

Color convert

RGB 66 99 73 -
CMYK 0.33 0 0.26 0.61
HSL 132.73º 0.2% 0.32% -
HSV(B) 132.73º 0.33% 0.39% -
XYZ 7.91 10.56 7.93 -
YUV 86.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 66 99 73 0.33 0 0.26 0.61 132.73 0.2 0.32
Hex 42 63 49 21 0 1A 3D 85 14 20
Octal 102 143 111 41 0 32 75 205 24 40
Binary 1000010 1100011 1001001 100001 0 11010 111101 10000101 10100 100000

Color Harmonies of #426349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426349

Black with #426349

Text Example


Text Example

White with #426349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426349; }

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

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

background-color css

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

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

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

border-color css

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

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

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