Html Css Color HEX #4D7345 Fern Green

📋 copy color: '#4D7345'

red 77 ◦ green 115 ◦ blue 69

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

Shades of Fern Green #4D7345

Tints of Fern Green #4D7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 29.5%
G = 44.06%
B = 26.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#4D7345 (or 0x4D7345) is known color: Fern Green. HEX triplet: 4D, 73 and 45. RGB value is (77,115,69). Sum of RGB (Red+Green+Blue) = 77+115+69=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7345 is #B28CBA. Grayscale: #626262. Windows color (decimal): -11701435 or 4551501. OLE color: 4551501.

HSL color Cylindrical-coordinate representation of color #4D7345: hue angle of 109.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D7345 is Cyan = 0.33, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 115 69 -
CMYK 0.33 0 0.4 0.55
HSL 109.57º 0.25% 0.36% -
HSV(B) 109.57º 0.4% 0.45% -
XYZ 10.27 14.27 7.84 -
YUV 98.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 77 115 69 0.33 0 0.4 0.55 109.57 0.25 0.36
Hex 4D 73 45 21 0 28 37 6E 19 24
Octal 115 163 105 41 0 50 67 156 31 44
Binary 1001101 1110011 1000101 100001 0 101000 110111 1101110 11001 100100

Color Harmonies of #4D7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7345

Black with #4D7345

Text Example


Text Example

White with #4D7345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,115,69); }

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

background-color css

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

 a { background-color: rgb(77,115,69); }

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

border-color css

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

 span { border-color: rgb(77,115,69); }

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