Html Css Color HEX #46614B Mineral Green

📋 copy color: '#46614B'

red 70 ◦ green 97 ◦ blue 75

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

Shades of Mineral Green #46614B

Tints of Mineral Green #46614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 28.93%
G = 40.08%
B = 30.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#46614B (or 0x46614B) is known color: Mineral Green. HEX triplet: 46, 61 and 4B. RGB value is (70,97,75). Sum of RGB (Red+Green+Blue) = 70+97+75=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #46614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46614B is #B99EB4. Grayscale: #565656. Windows color (decimal): -12164789 or 4940102. OLE color: 4940102.

HSL color Cylindrical-coordinate representation of color #46614B: hue angle of 131.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46614B is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 75 -
CMYK 0.28 0 0.23 0.62
HSL 131.11º 0.16% 0.33% -
HSV(B) 131.11º 0.28% 0.38% -
XYZ 8.07 10.36 8.23 -
YUV 86.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 70 97 75 0.28 0 0.23 0.62 131.11 0.16 0.33
Hex 46 61 4B 1C 0 17 3E 83 10 21
Octal 106 141 113 34 0 27 76 203 20 41
Binary 1000110 1100001 1001011 11100 0 10111 111110 10000011 10000 100001

Color Harmonies of #46614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46614B

Black with #46614B

Text Example


Text Example

White with #46614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46614B; }

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

 H1.HeaderClassName
 {
   color: #46614B;
 }
 .AnyTagClassName
 {
   color: #46614B;
 }
</style>

background-color css

<style>
 a { background-color: #46614B; }

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

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

border-color css

<style>
 span { border-color: #46614B; }

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

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