Html Css Color HEX #4D7042 Fern Green

📋 copy color: '#4D7042'

red 77 ◦ green 112 ◦ blue 66

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

Shades of Fern Green #4D7042

Tints of Fern Green #4D7042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 30.2%
G = 43.92%
B = 25.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#4D7042 (or 0x4D7042) is known color: Fern Green. HEX triplet: 4D, 70 and 42. RGB value is (77,112,66). Sum of RGB (Red+Green+Blue) = 77+112+66=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7042 is #B28FBD. Grayscale: #606060. Windows color (decimal): -11702206 or 4354125. OLE color: 4354125.

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

Color convert

RGB 77 112 66 -
CMYK 0.31 0 0.41 0.56
HSL 105.65º 0.26% 0.35% -
HSV(B) 105.65º 0.41% 0.44% -
XYZ 9.84 13.56 7.25 -
YUV 96.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 77 112 66 0.31 0 0.41 0.56 105.65 0.26 0.35
Hex 4D 70 42 1F 0 29 38 6A 1A 23
Octal 115 160 102 37 0 51 70 152 32 43
Binary 1001101 1110000 1000010 11111 0 101001 111000 1101010 11010 100011

Color Harmonies of #4D7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7042

Black with #4D7042

Text Example


Text Example

White with #4D7042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,66); }

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

background-color css

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

 a { background-color: rgb(77,112,66); }

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

border-color css

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

 span { border-color: rgb(77,112,66); }

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