Html Css Color HEX #4A6A56 Mineral Green

📋 copy color: '#4A6A56'

red 74 ◦ green 106 ◦ blue 86

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

Shades of Mineral Green #4A6A56

Tints of Mineral Green #4A6A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 27.82%
G = 39.85%
B = 32.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#4A6A56 (or 0x4A6A56) is known color: Mineral Green. HEX triplet: 4A, 6A and 56. RGB value is (74,106,86). Sum of RGB (Red+Green+Blue) = 74+106+86=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6A56 is #B595A9. Grayscale: #5E5E5E. Windows color (decimal): -11900330 or 5663306. OLE color: 5663306.

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

Color convert

RGB 74 106 86 -
CMYK 0.30 0 0.19 0.58
HSL 142.5º 0.18% 0.35% -
HSV(B) 142.5º 0.3% 0.42% -
XYZ 9.66 12.44 10.7 -
YUV 94.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 74 106 86 0.30 0 0.19 0.58 142.5 0.18 0.35
Hex 4A 6A 56 1E 0 13 3A 8E 12 23
Octal 112 152 126 36 0 23 72 216 22 43
Binary 1001010 1101010 1010110 11110 0 10011 111010 10001110 10010 100011

Color Harmonies of #4A6A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6A56

Black with #4A6A56

Text Example


Text Example

White with #4A6A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,106,86); }

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

background-color css

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

 a { background-color: rgb(74,106,86); }

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

border-color css

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

 span { border-color: rgb(74,106,86); }

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