Html Css Color HEX #4D8245 Fern Green

📋 copy color: '#4D8245'

red 77 ◦ green 130 ◦ blue 69

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

Shades of Fern Green #4D8245

Tints of Fern Green #4D8245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

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

R = 27.9%
G = 47.1%
B = 25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#4D8245 (or 0x4D8245) is known color: Fern Green. HEX triplet: 4D, 82 and 45. RGB value is (77,130,69). Sum of RGB (Red+Green+Blue) = 77+130+69=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8245 is #B27DBA. Grayscale: #6B6B6B. Windows color (decimal): -11697595 or 4555341. OLE color: 4555341.

HSL color Cylindrical-coordinate representation of color #4D8245: hue angle of 112.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D8245 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 130 69 -
CMYK 0.41 0 0.47 0.49
HSL 112.13º 0.31% 0.39% -
HSV(B) 112.13º 0.47% 0.51% -
XYZ 12.12 17.97 8.46 -
YUV 107.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 77 130 69 0.41 0 0.47 0.49 112.13 0.31 0.39
Hex 4D 82 45 29 0 2F 31 70 1F 27
Octal 115 202 105 51 0 57 61 160 37 47
Binary 1001101 10000010 1000101 101001 0 101111 110001 1110000 11111 100111

Color Harmonies of #4D8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8245

Black with #4D8245

Text Example


Text Example

White with #4D8245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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