Html Css Color HEX #455E4B Mineral Green

📋 copy color: '#455E4B'

red 69 ◦ green 94 ◦ blue 75

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

Shades of Mineral Green #455E4B

Tints of Mineral Green #455E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 28.99%
G = 39.5%
B = 31.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#455E4B (or 0x455E4B) is known color: Mineral Green. HEX triplet: 45, 5E and 4B. RGB value is (69,94,75). Sum of RGB (Red+Green+Blue) = 69+94+75=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #455E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E4B is #BAA1B4. Grayscale: #545454. Windows color (decimal): -12231093 or 4939333. OLE color: 4939333.

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

Color convert

RGB 69 94 75 -
CMYK 0.27 0 0.20 0.63
HSL 134.4º 0.15% 0.32% -
HSV(B) 134.4º 0.27% 0.37% -
XYZ 7.73 9.78 8.14 -
YUV 84.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 69 94 75 0.27 0 0.20 0.63 134.4 0.15 0.32
Hex 45 5E 4B 1B 0 14 3F 86 F 20
Octal 105 136 113 33 0 24 77 206 17 40
Binary 1000101 1011110 1001011 11011 0 10100 111111 10000110 1111 100000

Color Harmonies of #455E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E4B

Black with #455E4B

Text Example


Text Example

White with #455E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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