Html Css Color HEX #4D754A Fern Green

📋 copy color: '#4D754A'

red 77 ◦ green 117 ◦ blue 74

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

Shades of Fern Green #4D754A

Tints of Fern Green #4D754A

RGB

 RED value IS 77 (30.47% from 255) = 28.73%

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 28.73%
G = 43.66%
B = 27.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#4D754A (or 0x4D754A) is known color: Fern Green. HEX triplet: 4D, 75 and 4A. RGB value is (77,117,74). Sum of RGB (Red+Green+Blue) = 77+117+74=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #4D754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D754A is #B28AB5. Grayscale: #646464. Windows color (decimal): -11700918 or 4879693. OLE color: 4879693.

HSL color Cylindrical-coordinate representation of color #4D754A: hue angle of 115.81º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D754A is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 74 -
CMYK 0.34 0 0.37 0.54
HSL 115.81º 0.23% 0.37% -
HSV(B) 115.81º 0.37% 0.46% -
XYZ 10.66 14.79 8.77 -
YUV 100.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 77 117 74 0.34 0 0.37 0.54 115.81 0.23 0.37
Hex 4D 75 4A 22 0 25 36 74 17 25
Octal 115 165 112 42 0 45 66 164 27 45
Binary 1001101 1110101 1001010 100010 0 100101 110110 1110100 10111 100101

Color Harmonies of #4D754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D754A

Black with #4D754A

Text Example


Text Example

White with #4D754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,117,74); }

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

background-color css

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

 a { background-color: rgb(77,117,74); }

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

border-color css

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

 span { border-color: rgb(77,117,74); }

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