Html Css Color HEX #4C713D Fern Green

📋 copy color: '#4C713D'

red 76 ◦ green 113 ◦ blue 61

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

Shades of Fern Green #4C713D

Tints of Fern Green #4C713D

RGB

 RED value IS 76 (30.08% from 255) = 30.4%

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

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 30.4%
G = 45.2%
B = 24.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#4C713D (or 0x4C713D) is known color: Fern Green. HEX triplet: 4C, 71 and 3D. RGB value is (76,113,61). Sum of RGB (Red+Green+Blue) = 76+113+61=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #4C713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C713D is #B38EC2. Grayscale: #606060. Windows color (decimal): -11767491 or 4026700. OLE color: 4026700.

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

Color convert

RGB 76 113 61 -
CMYK 0.33 0 0.46 0.56
HSL 102.69º 0.3% 0.34% -
HSV(B) 102.69º 0.46% 0.44% -
XYZ 9.73 13.68 6.54 -
YUV 96.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 76 113 61 0.33 0 0.46 0.56 102.69 0.3 0.34
Hex 4C 71 3D 21 0 2E 38 67 1E 22
Octal 114 161 75 41 0 56 70 147 36 42
Binary 1001100 1110001 111101 100001 0 101110 111000 1100111 11110 100010

Color Harmonies of #4C713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C713D

Black with #4C713D

Text Example


Text Example

White with #4C713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,61); }

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

background-color css

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

 a { background-color: rgb(76,113,61); }

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

border-color css

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

 span { border-color: rgb(76,113,61); }

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