Html Css Color HEX #455F4A Mineral Green

📋 copy color: '#455F4A'

red 69 ◦ green 95 ◦ blue 74

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

Shades of Mineral Green #455F4A

Tints of Mineral Green #455F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.92%

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

R = 28.99%
G = 39.92%
B = 31.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#455F4A (or 0x455F4A) is known color: Mineral Green. HEX triplet: 45, 5F and 4A. RGB value is (69,95,74). Sum of RGB (Red+Green+Blue) = 69+95+74=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #455F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455F4A is #BAA0B5. Grayscale: #545454. Windows color (decimal): -12230838 or 4874053. OLE color: 4874053.

HSL color Cylindrical-coordinate representation of color #455F4A: hue angle of 131.54º degrees, saturation: 0.16, 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 #455F4A is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 95 74 -
CMYK 0.27 0 0.22 0.63
HSL 131.54º 0.16% 0.32% -
HSV(B) 131.54º 0.27% 0.37% -
XYZ 7.78 9.94 7.99 -
YUV 84.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 69 95 74 0.27 0 0.22 0.63 131.54 0.16 0.32
Hex 45 5F 4A 1B 0 16 3F 84 10 20
Octal 105 137 112 33 0 26 77 204 20 40
Binary 1000101 1011111 1001010 11011 0 10110 111111 10000100 10000 100000

Color Harmonies of #455F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455F4A

Black with #455F4A

Text Example


Text Example

White with #455F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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