Html Css Color HEX #4A6D52 Mineral Green

📋 copy color: '#4A6D52'

red 74 ◦ green 109 ◦ blue 82

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

Shades of Mineral Green #4A6D52

Tints of Mineral Green #4A6D52

RGB

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

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

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

R = 27.92%
G = 41.13%
B = 30.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#4A6D52 (or 0x4A6D52) is known color: Mineral Green. HEX triplet: 4A, 6D and 52. RGB value is (74,109,82). Sum of RGB (Red+Green+Blue) = 74+109+82=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D52 is #B592AD. Grayscale: #5F5F5F. Windows color (decimal): -11899566 or 5401930. OLE color: 5401930.

HSL color Cylindrical-coordinate representation of color #4A6D52: hue angle of 133.71º 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 #4A6D52 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 82 -
CMYK 0.32 0 0.25 0.57
HSL 133.71º 0.19% 0.36% -
HSV(B) 133.71º 0.32% 0.43% -
XYZ 9.82 13 9.98 -
YUV 95.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 74 109 82 0.32 0 0.25 0.57 133.71 0.19 0.36
Hex 4A 6D 52 20 0 19 39 86 13 24
Octal 112 155 122 40 0 31 71 206 23 44
Binary 1001010 1101101 1010010 100000 0 11001 111001 10000110 10011 100100

Color Harmonies of #4A6D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D52

Black with #4A6D52

Text Example


Text Example

White with #4A6D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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