Html Css Color HEX #45614A Mineral Green

📋 copy color: '#45614A'

red 69 ◦ green 97 ◦ blue 74

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

Shades of Mineral Green #45614A

Tints of Mineral Green #45614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 28.75%
G = 40.42%
B = 30.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#45614A (or 0x45614A) is known color: Mineral Green. HEX triplet: 45, 61 and 4A. RGB value is (69,97,74). Sum of RGB (Red+Green+Blue) = 69+97+74=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #45614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45614A is #BA9EB5. Grayscale: #565656. Windows color (decimal): -12230326 or 4874565. OLE color: 4874565.

HSL color Cylindrical-coordinate representation of color #45614A: hue angle of 130.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45614A is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 97 74 -
CMYK 0.29 0 0.24 0.62
HSL 130.71º 0.17% 0.33% -
HSV(B) 130.71º 0.29% 0.38% -
XYZ 7.96 10.31 8.05 -
YUV 86.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 69 97 74 0.29 0 0.24 0.62 130.71 0.17 0.33
Hex 45 61 4A 1D 0 18 3E 83 11 21
Octal 105 141 112 35 0 30 76 203 21 41
Binary 1000101 1100001 1001010 11101 0 11000 111110 10000011 10001 100001

Color Harmonies of #45614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45614A

Black with #45614A

Text Example


Text Example

White with #45614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45614A; }

 p { color: rgb(69,97,74); }

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

background-color css

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

 a { background-color: rgb(69,97,74); }

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

border-color css

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

 span { border-color: rgb(69,97,74); }

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