Html Css Color HEX #456A50 Mineral Green

📋 copy color: '#456A50'

red 69 ◦ green 106 ◦ blue 80

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

Shades of Mineral Green #456A50

Tints of Mineral Green #456A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.57%

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 27.06%
G = 41.57%
B = 31.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#456A50 (or 0x456A50) is known color: Mineral Green. HEX triplet: 45, 6A and 50. RGB value is (69,106,80). Sum of RGB (Red+Green+Blue) = 69+106+80=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #456A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A50 is #BA95AF. Grayscale: #5C5C5C. Windows color (decimal): -12228016 or 5270085. OLE color: 5270085.

HSL color Cylindrical-coordinate representation of color #456A50: hue angle of 137.84º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456A50 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 106 80 -
CMYK 0.35 0 0.25 0.58
HSL 137.84º 0.21% 0.34% -
HSV(B) 137.84º 0.35% 0.42% -
XYZ 9.06 12.15 9.46 -
YUV 91.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 69 106 80 0.35 0 0.25 0.58 137.84 0.21 0.34
Hex 45 6A 50 23 0 19 3A 8A 15 22
Octal 105 152 120 43 0 31 72 212 25 42
Binary 1000101 1101010 1010000 100011 0 11001 111010 10001010 10101 100010

Color Harmonies of #456A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456A50

Black with #456A50

Text Example


Text Example

White with #456A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456A50; }

 p { color: rgb(69,106,80); }

 H1.HeaderClassName
 {
   color: #456A50;
 }
 .AnyTagClassName
 {
   color: #456A50;
 }
</style>

background-color css

<style>
 a { background-color: #456A50; }

 a { background-color: rgb(69,106,80); }

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

border-color css

<style>
 span { border-color: #456A50; }

 span { border-color: rgb(69,106,80); }

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