Html Css Color HEX #4A684F Mineral Green

📋 copy color: '#4A684F'

red 74 ◦ green 104 ◦ blue 79

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

Shades of Mineral Green #4A684F

Tints of Mineral Green #4A684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 28.79%
G = 40.47%
B = 30.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#4A684F (or 0x4A684F) is known color: Mineral Green. HEX triplet: 4A, 68 and 4F. RGB value is (74,104,79). Sum of RGB (Red+Green+Blue) = 74+104+79=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #4A684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A684F is #B597B0. Grayscale: #5C5C5C. Windows color (decimal): -11900849 or 5204042. OLE color: 5204042.

HSL color Cylindrical-coordinate representation of color #4A684F: hue angle of 130º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A684F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 104 79 -
CMYK 0.29 0 0.24 0.59
HSL 130º 0.17% 0.35% -
HSV(B) 130º 0.29% 0.41% -
XYZ 9.19 11.92 9.21 -
YUV 92.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 74 104 79 0.29 0 0.24 0.59 130 0.17 0.35
Hex 4A 68 4F 1D 0 18 3B 82 11 23
Octal 112 150 117 35 0 30 73 202 21 43
Binary 1001010 1101000 1001111 11101 0 11000 111011 10000010 10001 100011

Color Harmonies of #4A684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A684F

Black with #4A684F

Text Example


Text Example

White with #4A684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,104,79); }

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

background-color css

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

 a { background-color: rgb(74,104,79); }

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

border-color css

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

 span { border-color: rgb(74,104,79); }

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