#465F4B

Color #465F4B Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #465F4B

Tints of Mineral Green #465F4B

Color information

#465F4B (or 0x465F4B) is unknown color: approx Mineral Green. HEX triplet: 46, 5F and 4B. RGB value is (70,95,75). Sum of RGB (Red+Green+Blue) = 70+95+75=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #465F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F4B is #B9A0B4. Grayscale: #555555. Windows color (decimal): -12165301 or 4939590. OLE color: 4939590.

HSL color Cylindrical-coordinate representation of color #465F4B: 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.26%. Process color model (Four color, CMYK) of #465F4B is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB709575-
CMYK0.2600.210.63
HSL132º15.15%32.35%-
HSV(B)132º26.32%37.25%-
XYZ7.899.998.17-
YUV85.24122.22117.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=29.17%
G=39.58%
B=31.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095750.2600.210.6313215.1532.35
Hex465F4B1A0153F84f20
Octal10613711332025772041740
Binary10001101011111100101111010010101111111100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F4B; }

 p { color: rgb(70,95,75); }

 H1.HeaderClassName
 {
   color: #465F4B;
 }
 .AnyTagClassName
 {
   color: #465F4B;
 }
</style>
background-color css

<style>
 a { background-color: #465F4B; }

 a { background-color: rgb(70,95,75); }

 div.DivClassName
 {
   background-color: #465F4B;
 }
 .BgClassName
 {
   background-color: #465F4B;
 }
</style>
border-color css

<style>
 span { border-color: #465F4B; }

 span { border-color: rgb(70,95,75); }

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