Html Css Color HEX #416349 Mineral Green

📋 copy color: '#416349'

red 65 ◦ green 99 ◦ blue 73

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

Shades of Mineral Green #416349

Tints of Mineral Green #416349

RGB

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

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

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

R = 27.43%
G = 41.77%
B = 30.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#416349 (or 0x416349) is known color: Mineral Green. HEX triplet: 41, 63 and 49. RGB value is (65,99,73). Sum of RGB (Red+Green+Blue) = 65+99+73=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #416349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416349 is #BE9CB6. Grayscale: #555555. Windows color (decimal): -12491959 or 4809537. OLE color: 4809537.

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

Color convert

RGB 65 99 73 -
CMYK 0.34 0 0.26 0.61
HSL 134.12º 0.21% 0.32% -
HSV(B) 134.12º 0.34% 0.39% -
XYZ 7.84 10.53 7.92 -
YUV 85.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 65 99 73 0.34 0 0.26 0.61 134.12 0.21 0.32
Hex 41 63 49 22 0 1A 3D 86 15 20
Octal 101 143 111 42 0 32 75 206 25 40
Binary 1000001 1100011 1001001 100010 0 11010 111101 10000110 10101 100000

Color Harmonies of #416349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416349

Black with #416349

Text Example


Text Example

White with #416349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416349; }

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

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

background-color css

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

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

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

border-color css

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

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

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