Html Css Color HEX #4D854A Fern Green

📋 copy color: '#4D854A'

red 77 ◦ green 133 ◦ blue 74

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

Shades of Fern Green #4D854A

Tints of Fern Green #4D854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

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

R = 27.11%
G = 46.83%
B = 26.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#4D854A (or 0x4D854A) is known color: Fern Green. HEX triplet: 4D, 85 and 4A. RGB value is (77,133,74). Sum of RGB (Red+Green+Blue) = 77+133+74=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #4D854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D854A is #B27AB5. Grayscale: #6D6D6D. Windows color (decimal): -11696822 or 4883789. OLE color: 4883789.

HSL color Cylindrical-coordinate representation of color #4D854A: hue angle of 116.95º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D854A is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 133 74 -
CMYK 0.42 0 0.44 0.48
HSL 116.95º 0.29% 0.41% -
HSV(B) 116.95º 0.44% 0.52% -
XYZ 12.68 18.85 9.45 -
YUV 109.53 107.95 104.8 -
System Red Green Blue C M Y K H S L
Decimal 77 133 74 0.42 0 0.44 0.48 116.95 0.29 0.41
Hex 4D 85 4A 2A 0 2C 30 75 1D 29
Octal 115 205 112 52 0 54 60 165 35 51
Binary 1001101 10000101 1001010 101010 0 101100 110000 1110101 11101 101001

Color Harmonies of #4D854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D854A

Black with #4D854A

Text Example


Text Example

White with #4D854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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