Html Css Color HEX #4A6754 Mineral Green

📋 copy color: '#4A6754'

red 74 ◦ green 103 ◦ blue 84

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

Shades of Mineral Green #4A6754

Tints of Mineral Green #4A6754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 28.35%
G = 39.46%
B = 32.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#4A6754 (or 0x4A6754) is known color: Mineral Green. HEX triplet: 4A, 67 and 54. RGB value is (74,103,84). Sum of RGB (Red+Green+Blue) = 74+103+84=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6754 is #B598AB. Grayscale: #5C5C5C. Windows color (decimal): -11901100 or 5531466. OLE color: 5531466.

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

Color convert

RGB 74 103 84 -
CMYK 0.28 0 0.18 0.60
HSL 140.69º 0.16% 0.35% -
HSV(B) 140.69º 0.28% 0.4% -
XYZ 9.27 11.8 10.18 -
YUV 92.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 74 103 84 0.28 0 0.18 0.60 140.69 0.16 0.35
Hex 4A 67 54 1C 0 12 3C 8D 10 23
Octal 112 147 124 34 0 22 74 215 20 43
Binary 1001010 1100111 1010100 11100 0 10010 111100 10001101 10000 100011

Color Harmonies of #4A6754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6754

Black with #4A6754

Text Example


Text Example

White with #4A6754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,84); }

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

background-color css

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

 a { background-color: rgb(74,103,84); }

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

border-color css

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

 span { border-color: rgb(74,103,84); }

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