Html Css Color HEX #49753F Fern Green

📋 copy color: '#49753F'

red 73 ◦ green 117 ◦ blue 63

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

Shades of Fern Green #49753F

Tints of Fern Green #49753F

RGB

 RED value IS 73 (28.91% from 255) = 28.85%

 GREEN value IS 117 (46.09% from 255) = 46.25%

 BLUE value IS 63 (25% from 255) = 24.9%

R = 28.85%
G = 46.25%
B = 24.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#49753F (or 0x49753F) is known color: Fern Green. HEX triplet: 49, 75 and 3F. RGB value is (73,117,63). Sum of RGB (Red+Green+Blue) = 73+117+63=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #49753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49753F is #B68AC0. Grayscale: #616161. Windows color (decimal): -11963073 or 4158793. OLE color: 4158793.

HSL color Cylindrical-coordinate representation of color #49753F: hue angle of 108.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49753F is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 63 -
CMYK 0.38 0 0.46 0.54
HSL 108.89º 0.3% 0.35% -
HSV(B) 108.89º 0.46% 0.46% -
XYZ 10.01 14.5 6.97 -
YUV 97.69 108.42 110.39 -
System Red Green Blue C M Y K H S L
Decimal 73 117 63 0.38 0 0.46 0.54 108.89 0.3 0.35
Hex 49 75 3F 26 0 2E 36 6D 1E 23
Octal 111 165 77 46 0 56 66 155 36 43
Binary 1001001 1110101 111111 100110 0 101110 110110 1101101 11110 100011

Color Harmonies of #49753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49753F

Black with #49753F

Text Example


Text Example

White with #49753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49753F; }

 p { color: rgb(73,117,63); }

 H1.HeaderClassName
 {
   color: #49753F;
 }
 .AnyTagClassName
 {
   color: #49753F;
 }
</style>

background-color css

<style>
 a { background-color: #49753F; }

 a { background-color: rgb(73,117,63); }

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

border-color css

<style>
 span { border-color: #49753F; }

 span { border-color: rgb(73,117,63); }

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