Html Css Color HEX #465D4B Mineral Green

📋 copy color: '#465D4B'

red 70 ◦ green 93 ◦ blue 75

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

Shades of Mineral Green #465D4B

Tints of Mineral Green #465D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.08%

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

R = 29.41%
G = 39.08%
B = 31.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#465D4B (or 0x465D4B) is known color: Mineral Green. HEX triplet: 46, 5D and 4B. RGB value is (70,93,75). Sum of RGB (Red+Green+Blue) = 70+93+75=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #465D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D4B is #B9A2B4. Grayscale: #545454. Windows color (decimal): -12165813 or 4939078. OLE color: 4939078.

HSL color Cylindrical-coordinate representation of color #465D4B: hue angle of 133.04º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D4B is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 75 -
CMYK 0.25 0 0.19 0.64
HSL 133.04º 0.14% 0.32% -
HSV(B) 133.04º 0.25% 0.36% -
XYZ 7.71 9.64 8.11 -
YUV 84.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 70 93 75 0.25 0 0.19 0.64 133.04 0.14 0.32
Hex 46 5D 4B 19 0 13 40 85 E 20
Octal 106 135 113 31 0 23 100 205 16 40
Binary 1000110 1011101 1001011 11001 0 10011 1000000 10000101 1110 100000

Color Harmonies of #465D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D4B

Black with #465D4B

Text Example


Text Example

White with #465D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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