Html Css Color HEX #45614C Mineral Green

📋 copy color: '#45614C'

red 69 ◦ green 97 ◦ blue 76

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

Shades of Mineral Green #45614C

Tints of Mineral Green #45614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 28.51%
G = 40.08%
B = 31.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#45614C (or 0x45614C) is known color: Mineral Green. HEX triplet: 45, 61 and 4C. RGB value is (69,97,76). Sum of RGB (Red+Green+Blue) = 69+97+76=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #45614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45614C is #BA9EB3. Grayscale: #565656. Windows color (decimal): -12230324 or 5005637. OLE color: 5005637.

HSL color Cylindrical-coordinate representation of color #45614C: hue angle of 135º 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 #45614C is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 97 76 -
CMYK 0.29 0 0.22 0.62
HSL 135º 0.17% 0.33% -
HSV(B) 135º 0.29% 0.38% -
XYZ 8.03 10.34 8.41 -
YUV 86.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 69 97 76 0.29 0 0.22 0.62 135 0.17 0.33
Hex 45 61 4C 1D 0 16 3E 87 11 21
Octal 105 141 114 35 0 26 76 207 21 41
Binary 1000101 1100001 1001100 11101 0 10110 111110 10000111 10001 100001

Color Harmonies of #45614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45614C

Black with #45614C

Text Example


Text Example

White with #45614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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