Html Css Color HEX #4A674E Mineral Green

📋 copy color: '#4A674E'

red 74 ◦ green 103 ◦ blue 78

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

Shades of Mineral Green #4A674E

Tints of Mineral Green #4A674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 29.02%
G = 40.39%
B = 30.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#4A674E (or 0x4A674E) is known color: Mineral Green. HEX triplet: 4A, 67 and 4E. RGB value is (74,103,78). Sum of RGB (Red+Green+Blue) = 74+103+78=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #4A674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A674E is #B598B1. Grayscale: #5B5B5B. Windows color (decimal): -11901106 or 5138250. OLE color: 5138250.

HSL color Cylindrical-coordinate representation of color #4A674E: hue angle of 128.28º 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 #4A674E is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 78 -
CMYK 0.28 0 0.24 0.60
HSL 128.28º 0.16% 0.35% -
HSV(B) 128.28º 0.28% 0.4% -
XYZ 9.05 11.71 8.99 -
YUV 91.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 74 103 78 0.28 0 0.24 0.60 128.28 0.16 0.35
Hex 4A 67 4E 1C 0 18 3C 80 10 23
Octal 112 147 116 34 0 30 74 200 20 43
Binary 1001010 1100111 1001110 11100 0 11000 111100 10000000 10000 100011

Color Harmonies of #4A674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A674E

Black with #4A674E

Text Example


Text Example

White with #4A674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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