Html Css Color HEX #4D7140 Fern Green

📋 copy color: '#4D7140'

red 77 ◦ green 113 ◦ blue 64

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

Shades of Fern Green #4D7140

Tints of Fern Green #4D7140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 30.31%
G = 44.49%
B = 25.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#4D7140 (or 0x4D7140) is known color: Fern Green. HEX triplet: 4D, 71 and 40. RGB value is (77,113,64). Sum of RGB (Red+Green+Blue) = 77+113+64=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7140 is #B28EBF. Grayscale: #606060. Windows color (decimal): -11701952 or 4223309. OLE color: 4223309.

HSL color Cylindrical-coordinate representation of color #4D7140: hue angle of 104.08º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D7140 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 113 64 -
CMYK 0.32 0 0.43 0.56
HSL 104.08º 0.28% 0.35% -
HSV(B) 104.08º 0.43% 0.44% -
XYZ 9.89 13.76 6.98 -
YUV 96.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 77 113 64 0.32 0 0.43 0.56 104.08 0.28 0.35
Hex 4D 71 40 20 0 2B 38 68 1C 23
Octal 115 161 100 40 0 53 70 150 34 43
Binary 1001101 1110001 1000000 100000 0 101011 111000 1101000 11100 100011

Color Harmonies of #4D7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7140

Black with #4D7140

Text Example


Text Example

White with #4D7140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,113,64); }

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

background-color css

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

 a { background-color: rgb(77,113,64); }

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

border-color css

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

 span { border-color: rgb(77,113,64); }

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