Html Css Color HEX #45624D Mineral Green

📋 copy color: '#45624D'

red 69 ◦ green 98 ◦ blue 77

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

Shades of Mineral Green #45624D

Tints of Mineral Green #45624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 28.28%
G = 40.16%
B = 31.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#45624D (or 0x45624D) is known color: Mineral Green. HEX triplet: 45, 62 and 4D. RGB value is (69,98,77). Sum of RGB (Red+Green+Blue) = 69+98+77=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #45624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45624D is #BA9DB2. Grayscale: #565656. Windows color (decimal): -12230067 or 5071429. OLE color: 5071429.

HSL color Cylindrical-coordinate representation of color #45624D: hue angle of 136.55º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45624D is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 98 77 -
CMYK 0.30 0 0.21 0.62
HSL 136.55º 0.17% 0.33% -
HSV(B) 136.55º 0.3% 0.38% -
XYZ 8.16 10.54 8.62 -
YUV 86.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 69 98 77 0.30 0 0.21 0.62 136.55 0.17 0.33
Hex 45 62 4D 1E 0 15 3E 89 11 21
Octal 105 142 115 36 0 25 76 211 21 41
Binary 1000101 1100010 1001101 11110 0 10101 111110 10001001 10001 100001

Color Harmonies of #45624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45624D

Black with #45624D

Text Example


Text Example

White with #45624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45624D; }

 p { color: rgb(69,98,77); }

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

background-color css

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

 a { background-color: rgb(69,98,77); }

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

border-color css

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

 span { border-color: rgb(69,98,77); }

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