Html Css Color HEX #445C49 Mineral Green

📋 copy color: '#445C49'

red 68 ◦ green 92 ◦ blue 73

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

Shades of Mineral Green #445C49

Tints of Mineral Green #445C49

RGB

 RED value IS 68 (26.95% from 255) = 29.18%

 GREEN value IS 92 (36.33% from 255) = 39.48%

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

R = 29.18%
G = 39.48%
B = 31.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#445C49 (or 0x445C49) is known color: Mineral Green. HEX triplet: 44, 5C and 49. RGB value is (68,92,73). Sum of RGB (Red+Green+Blue) = 68+92+73=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 92 - color contains mainly: green. Hex color #445C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C49 is #BBA3B6. Grayscale: #525252. Windows color (decimal): -12297143 or 4807748. OLE color: 4807748.

HSL color Cylindrical-coordinate representation of color #445C49: hue angle of 132.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C49 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 92 73 -
CMYK 0.26 0 0.21 0.64
HSL 132.5º 0.15% 0.31% -
HSV(B) 132.5º 0.26% 0.36% -
XYZ 7.41 9.36 7.72 -
YUV 82.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 68 92 73 0.26 0 0.21 0.64 132.5 0.15 0.31
Hex 44 5C 49 1A 0 15 40 84 F 1F
Octal 104 134 111 32 0 25 100 204 17 37
Binary 1000100 1011100 1001001 11010 0 10101 1000000 10000100 1111 11111

Color Harmonies of #445C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C49

Black with #445C49

Text Example


Text Example

White with #445C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445C49; }

 p { color: rgb(68,92,73); }

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

background-color css

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

 a { background-color: rgb(68,92,73); }

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

border-color css

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

 span { border-color: rgb(68,92,73); }

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