Html Css Color HEX #4B6654 Mineral Green

📋 copy color: '#4B6654'

red 75 ◦ green 102 ◦ blue 84

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

Shades of Mineral Green #4B6654

Tints of Mineral Green #4B6654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 28.74%
G = 39.08%
B = 32.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#4B6654 (or 0x4B6654) is known color: Mineral Green. HEX triplet: 4B, 66 and 54. RGB value is (75,102,84). Sum of RGB (Red+Green+Blue) = 75+102+84=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6654 is #B499AB. Grayscale: #5B5B5B. Windows color (decimal): -11835820 or 5531211. OLE color: 5531211.

HSL color Cylindrical-coordinate representation of color #4B6654: hue angle of 140º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B6654 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 84 -
CMYK 0.26 0 0.18 0.6
HSL 140º 0.15% 0.35% -
HSV(B) 140º 0.26% 0.4% -
XYZ 9.25 11.64 10.15 -
YUV 91.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 75 102 84 0.26 0 0.18 0.6 140 0.15 0.35
Hex 4B 66 54 1A 0 12 3C 8C F 23
Octal 113 146 124 32 0 22 74 214 17 43
Binary 1001011 1100110 1010100 11010 0 10010 111100 10001100 1111 100011

Color Harmonies of #4B6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6654

Black with #4B6654

Text Example


Text Example

White with #4B6654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,102,84); }

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

background-color css

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

 a { background-color: rgb(75,102,84); }

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

border-color css

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

 span { border-color: rgb(75,102,84); }

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