Html Css Color HEX #4A6B52 Mineral Green

📋 copy color: '#4A6B52'

red 74 ◦ green 107 ◦ blue 82

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

Shades of Mineral Green #4A6B52

Tints of Mineral Green #4A6B52

RGB

 RED value IS 74 (29.3% from 255) = 28.14%

 GREEN value IS 107 (42.19% from 255) = 40.68%

 BLUE value IS 82 (32.42% from 255) = 31.18%

R = 28.14%
G = 40.68%
B = 31.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#4A6B52 (or 0x4A6B52) is known color: Mineral Green. HEX triplet: 4A, 6B and 52. RGB value is (74,107,82). Sum of RGB (Red+Green+Blue) = 74+107+82=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B52 is #B594AD. Grayscale: #5E5E5E. Windows color (decimal): -11900078 or 5401418. OLE color: 5401418.

HSL color Cylindrical-coordinate representation of color #4A6B52: hue angle of 134.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B52 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 82 -
CMYK 0.31 0 0.23 0.58
HSL 134.55º 0.18% 0.35% -
HSV(B) 134.55º 0.31% 0.42% -
XYZ 9.6 12.58 9.9 -
YUV 94.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 74 107 82 0.31 0 0.23 0.58 134.55 0.18 0.35
Hex 4A 6B 52 1F 0 17 3A 87 12 23
Octal 112 153 122 37 0 27 72 207 22 43
Binary 1001010 1101011 1010010 11111 0 10111 111010 10000111 10010 100011

Color Harmonies of #4A6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B52

Black with #4A6B52

Text Example


Text Example

White with #4A6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,82); }

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

background-color css

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

 a { background-color: rgb(74,107,82); }

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

border-color css

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

 span { border-color: rgb(74,107,82); }

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