Html Css Color HEX #4A6D55 Mineral Green

📋 copy color: '#4A6D55'

red 74 ◦ green 109 ◦ blue 85

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

Shades of Mineral Green #4A6D55

Tints of Mineral Green #4A6D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.67%

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 27.61%
G = 40.67%
B = 31.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#4A6D55 (or 0x4A6D55) is known color: Mineral Green. HEX triplet: 4A, 6D and 55. RGB value is (74,109,85). Sum of RGB (Red+Green+Blue) = 74+109+85=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D55 is #B592AA. Grayscale: #5F5F5F. Windows color (decimal): -11899563 or 5598538. OLE color: 5598538.

HSL color Cylindrical-coordinate representation of color #4A6D55: hue angle of 138.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6D55 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 85 -
CMYK 0.32 0 0.22 0.57
HSL 138.86º 0.19% 0.36% -
HSV(B) 138.86º 0.32% 0.43% -
XYZ 9.93 13.05 10.59 -
YUV 95.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 74 109 85 0.32 0 0.22 0.57 138.86 0.19 0.36
Hex 4A 6D 55 20 0 16 39 8B 13 24
Octal 112 155 125 40 0 26 71 213 23 44
Binary 1001010 1101101 1010101 100000 0 10110 111001 10001011 10011 100100

Color Harmonies of #4A6D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D55

Black with #4A6D55

Text Example


Text Example

White with #4A6D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,85); }

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

background-color css

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

 a { background-color: rgb(74,109,85); }

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

border-color css

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

 span { border-color: rgb(74,109,85); }

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