Html Css Color HEX #465E4B Mineral Green

📋 copy color: '#465E4B'

red 70 ◦ green 94 ◦ blue 75

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

Shades of Mineral Green #465E4B

Tints of Mineral Green #465E4B

RGB

 RED value IS 70 (27.73% from 255) = 29.29%

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

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

R = 29.29%
G = 39.33%
B = 31.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#465E4B (or 0x465E4B) is known color: Mineral Green. HEX triplet: 46, 5E and 4B. RGB value is (70,94,75). Sum of RGB (Red+Green+Blue) = 70+94+75=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #465E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E4B is #B9A1B4. Grayscale: #545454. Windows color (decimal): -12165557 or 4939334. OLE color: 4939334.

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

Color convert

RGB 70 94 75 -
CMYK 0.26 0 0.20 0.63
HSL 132.5º 0.15% 0.32% -
HSV(B) 132.5º 0.26% 0.37% -
XYZ 7.8 9.82 8.14 -
YUV 84.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 70 94 75 0.26 0 0.20 0.63 132.5 0.15 0.32
Hex 46 5E 4B 1A 0 14 3F 84 F 20
Octal 106 136 113 32 0 24 77 204 17 40
Binary 1000110 1011110 1001011 11010 0 10100 111111 10000100 1111 100000

Color Harmonies of #465E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E4B

Black with #465E4B

Text Example


Text Example

White with #465E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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