#4D713A

Color #4D713A Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #4D713A

Tints of Fern Green #4D713A

Color information

#4D713A (or 0x4D713A) is unknown color: approx Fern Green. HEX triplet: 4D, 71 and 3A. RGB value is (77,113,58). Sum of RGB (Red+Green+Blue) = 77+113+58=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #4D713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D713A is #B28EC5. Grayscale: #606060. Windows color (decimal): -11701958 or 3830093. OLE color: 3830093.

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

Color convert

RGB7711358-
CMYK0.3200.490.56
HSL99.27º32.16%33.53%-
HSV(B)99.27º48.67%44.31%-
XYZ9.7313.696.13-
YUV95.97106.57114.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.05%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=31.05%
G=45.56%
B=23.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77113580.3200.490.5699.2732.1633.53
Hex4D713A2003138632022
Octal1151617240061701434042
Binary1001101111000111101010000001100011110001100011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D713A;
 }
 .AnyTagClassName
 {
   color: #4D713A;
 }
</style>
background-color css

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

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

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

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

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

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