Html Css Color HEX #4B6451 Mineral Green

📋 copy color: '#4B6451'

red 75 ◦ green 100 ◦ blue 81

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

Shades of Mineral Green #4B6451

Tints of Mineral Green #4B6451

RGB

 RED value IS 75 (29.69% from 255) = 29.3%

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 81 (32.03% from 255) = 31.64%

R = 29.3%
G = 39.06%
B = 31.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#4B6451 (or 0x4B6451) is known color: Mineral Green. HEX triplet: 4B, 64 and 51. RGB value is (75,100,81). Sum of RGB (Red+Green+Blue) = 75+100+81=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6451 is #B49BAE. Grayscale: #5A5A5A. Windows color (decimal): -11836335 or 5334091. OLE color: 5334091.

HSL color Cylindrical-coordinate representation of color #4B6451: hue angle of 134.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B6451 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 100 81 -
CMYK 0.25 0 0.19 0.61
HSL 134.4º 0.14% 0.34% -
HSV(B) 134.4º 0.25% 0.39% -
XYZ 8.94 11.2 9.48 -
YUV 90.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 75 100 81 0.25 0 0.19 0.61 134.4 0.14 0.34
Hex 4B 64 51 19 0 13 3D 86 E 22
Octal 113 144 121 31 0 23 75 206 16 42
Binary 1001011 1100100 1010001 11001 0 10011 111101 10000110 1110 100010

Color Harmonies of #4B6451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6451

Black with #4B6451

Text Example


Text Example

White with #4B6451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B6451; }

 p { color: rgb(75,100,81); }

 H1.HeaderClassName
 {
   color: #4B6451;
 }
 .AnyTagClassName
 {
   color: #4B6451;
 }
</style>

background-color css

<style>
 a { background-color: #4B6451; }

 a { background-color: rgb(75,100,81); }

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

border-color css

<style>
 span { border-color: #4B6451; }

 span { border-color: rgb(75,100,81); }

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