Html Css Color HEX #4A6050 Mineral Green

📋 copy color: '#4A6050'

red 74 ◦ green 96 ◦ blue 80

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

Shades of Mineral Green #4A6050

Tints of Mineral Green #4A6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 29.6%
G = 38.4%
B = 32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#4A6050 (or 0x4A6050) is known color: Mineral Green. HEX triplet: 4A, 60 and 50. RGB value is (74,96,80). Sum of RGB (Red+Green+Blue) = 74+96+80=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6050 is #B59FAF. Grayscale: #575757. Windows color (decimal): -11902896 or 5267530. OLE color: 5267530.

HSL color Cylindrical-coordinate representation of color #4A6050: hue angle of 136.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A6050 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 80 -
CMYK 0.23 0 0.17 0.62
HSL 136.36º 0.13% 0.33% -
HSV(B) 136.36º 0.23% 0.38% -
XYZ 8.45 10.4 9.15 -
YUV 87.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 74 96 80 0.23 0 0.17 0.62 136.36 0.13 0.33
Hex 4A 60 50 17 0 11 3E 88 D 21
Octal 112 140 120 27 0 21 76 210 15 41
Binary 1001010 1100000 1010000 10111 0 10001 111110 10001000 1101 100001

Color Harmonies of #4A6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6050

Black with #4A6050

Text Example


Text Example

White with #4A6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,80); }

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

background-color css

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

 a { background-color: rgb(74,96,80); }

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

border-color css

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

 span { border-color: rgb(74,96,80); }

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