Html Css Color HEX #455E4A Mineral Green

📋 copy color: '#455E4A'

red 69 ◦ green 94 ◦ blue 74

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

Shades of Mineral Green #455E4A

Tints of Mineral Green #455E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.66%

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

R = 29.11%
G = 39.66%
B = 31.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#455E4A (or 0x455E4A) is known color: Mineral Green. HEX triplet: 45, 5E and 4A. RGB value is (69,94,74). Sum of RGB (Red+Green+Blue) = 69+94+74=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 94 - color contains mainly: green. Hex color #455E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E4A is #BAA1B5. Grayscale: #545454. Windows color (decimal): -12231094 or 4873797. OLE color: 4873797.

HSL color Cylindrical-coordinate representation of color #455E4A: hue angle of 132º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455E4A is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 94 74 -
CMYK 0.27 0 0.21 0.63
HSL 132º 0.15% 0.32% -
HSV(B) 132º 0.27% 0.37% -
XYZ 7.69 9.77 7.96 -
YUV 84.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 69 94 74 0.27 0 0.21 0.63 132 0.15 0.32
Hex 45 5E 4A 1B 0 15 3F 84 F 20
Octal 105 136 112 33 0 25 77 204 17 40
Binary 1000101 1011110 1001010 11011 0 10101 111111 10000100 1111 100000

Color Harmonies of #455E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E4A

Black with #455E4A

Text Example


Text Example

White with #455E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455E4A; }

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

 H1.HeaderClassName
 {
   color: #455E4A;
 }
 .AnyTagClassName
 {
   color: #455E4A;
 }
</style>

background-color css

<style>
 a { background-color: #455E4A; }

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

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

border-color css

<style>
 span { border-color: #455E4A; }

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

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