Html Css Color HEX #416449 Mineral Green

📋 copy color: '#416449'

red 65 ◦ green 100 ◦ blue 73

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

Shades of Mineral Green #416449

Tints of Mineral Green #416449

RGB

 RED value IS 65 (25.78% from 255) = 27.31%

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

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

R = 27.31%
G = 42.02%
B = 30.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#416449 (or 0x416449) is known color: Mineral Green. HEX triplet: 41, 64 and 49. RGB value is (65,100,73). Sum of RGB (Red+Green+Blue) = 65+100+73=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #416449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416449 is #BE9BB6. Grayscale: #565656. Windows color (decimal): -12491703 or 4809793. OLE color: 4809793.

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

Color convert

RGB 65 100 73 -
CMYK 0.35 0 0.27 0.61
HSL 133.71º 0.21% 0.32% -
HSV(B) 133.71º 0.35% 0.39% -
XYZ 7.94 10.72 7.95 -
YUV 86.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 65 100 73 0.35 0 0.27 0.61 133.71 0.21 0.32
Hex 41 64 49 23 0 1B 3D 86 15 20
Octal 101 144 111 43 0 33 75 206 25 40
Binary 1000001 1100100 1001001 100011 0 11011 111101 10000110 10101 100000

Color Harmonies of #416449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416449

Black with #416449

Text Example


Text Example

White with #416449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416449; }

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

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

background-color css

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

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

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

border-color css

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

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

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