Html Css Color HEX #455949 Mineral Green

📋 copy color: '#455949'

red 69 ◦ green 89 ◦ blue 73

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

Shades of Mineral Green #455949

Tints of Mineral Green #455949

RGB

 RED value IS 69 (27.34% from 255) = 29.87%

 GREEN value IS 89 (35.16% from 255) = 38.53%

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

R = 29.87%
G = 38.53%
B = 31.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#455949 (or 0x455949) is known color: Mineral Green. HEX triplet: 45, 59 and 49. RGB value is (69,89,73). Sum of RGB (Red+Green+Blue) = 69+89+73=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #455949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455949 is #BAA6B6. Grayscale: #515151. Windows color (decimal): -12232375 or 4806981. OLE color: 4806981.

HSL color Cylindrical-coordinate representation of color #455949: hue angle of 132º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455949 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 89 73 -
CMYK 0.22 0 0.18 0.65
HSL 132º 0.13% 0.31% -
HSV(B) 132º 0.22% 0.35% -
XYZ 7.23 8.89 7.64 -
YUV 81.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 69 89 73 0.22 0 0.18 0.65 132 0.13 0.31
Hex 45 59 49 16 0 12 41 84 D 1F
Octal 105 131 111 26 0 22 101 204 15 37
Binary 1000101 1011001 1001001 10110 0 10010 1000001 10000100 1101 11111

Color Harmonies of #455949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455949

Black with #455949

Text Example


Text Example

White with #455949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455949; }

 p { color: rgb(69,89,73); }

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

background-color css

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

 a { background-color: rgb(69,89,73); }

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

border-color css

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

 span { border-color: rgb(69,89,73); }

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