Html Css Color HEX #45604C Mineral Green

📋 copy color: '#45604C'

red 69 ◦ green 96 ◦ blue 76

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

Shades of Mineral Green #45604C

Tints of Mineral Green #45604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

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

R = 28.63%
G = 39.83%
B = 31.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#45604C (or 0x45604C) is known color: Mineral Green. HEX triplet: 45, 60 and 4C. RGB value is (69,96,76). Sum of RGB (Red+Green+Blue) = 69+96+76=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #45604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45604C is #BA9FB3. Grayscale: #555555. Windows color (decimal): -12230580 or 5005381. OLE color: 5005381.

HSL color Cylindrical-coordinate representation of color #45604C: hue angle of 135.56º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45604C is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 96 76 -
CMYK 0.28 0 0.21 0.62
HSL 135.56º 0.16% 0.32% -
HSV(B) 135.56º 0.28% 0.38% -
XYZ 7.94 10.15 8.38 -
YUV 85.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 69 96 76 0.28 0 0.21 0.62 135.56 0.16 0.32
Hex 45 60 4C 1C 0 15 3E 88 10 20
Octal 105 140 114 34 0 25 76 210 20 40
Binary 1000101 1100000 1001100 11100 0 10101 111110 10001000 10000 100000

Color Harmonies of #45604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45604C

Black with #45604C

Text Example


Text Example

White with #45604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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