Html Css Color HEX #45634D Mineral Green

📋 copy color: '#45634D'

red 69 ◦ green 99 ◦ blue 77

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

Shades of Mineral Green #45634D

Tints of Mineral Green #45634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

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

R = 28.16%
G = 40.41%
B = 31.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#45634D (or 0x45634D) is known color: Mineral Green. HEX triplet: 45, 63 and 4D. RGB value is (69,99,77). Sum of RGB (Red+Green+Blue) = 69+99+77=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #45634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45634D is #BA9CB2. Grayscale: #575757. Windows color (decimal): -12229811 or 5071685. OLE color: 5071685.

HSL color Cylindrical-coordinate representation of color #45634D: hue angle of 136º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45634D is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 99 77 -
CMYK 0.30 0 0.22 0.61
HSL 136º 0.18% 0.33% -
HSV(B) 136º 0.3% 0.39% -
XYZ 8.26 10.72 8.66 -
YUV 87.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 69 99 77 0.30 0 0.22 0.61 136 0.18 0.33
Hex 45 63 4D 1E 0 16 3D 88 12 21
Octal 105 143 115 36 0 26 75 210 22 41
Binary 1000101 1100011 1001101 11110 0 10110 111101 10001000 10010 100001

Color Harmonies of #45634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45634D

Black with #45634D

Text Example


Text Example

White with #45634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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