Html Css Color HEX #49763E Fern Green

📋 copy color: '#49763E'

red 73 ◦ green 118 ◦ blue 62

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

Shades of Fern Green #49763E

Tints of Fern Green #49763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

 BLUE value IS 62 (24.61% from 255) = 24.51%

R = 28.85%
G = 46.64%
B = 24.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#49763E (or 0x49763E) is known color: Fern Green. HEX triplet: 49, 76 and 3E. RGB value is (73,118,62). Sum of RGB (Red+Green+Blue) = 73+118+62=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #49763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49763E is #B689C1. Grayscale: #626262. Windows color (decimal): -11962818 or 4093513. OLE color: 4093513.

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

Color convert

RGB 73 118 62 -
CMYK 0.38 0 0.47 0.54
HSL 108.21º 0.31% 0.35% -
HSV(B) 108.21º 0.47% 0.46% -
XYZ 10.1 14.72 6.87 -
YUV 98.16 107.59 110.05 -
System Red Green Blue C M Y K H S L
Decimal 73 118 62 0.38 0 0.47 0.54 108.21 0.31 0.35
Hex 49 76 3E 26 0 2F 36 6C 1F 23
Octal 111 166 76 46 0 57 66 154 37 43
Binary 1001001 1110110 111110 100110 0 101111 110110 1101100 11111 100011

Color Harmonies of #49763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49763E

Black with #49763E

Text Example


Text Example

White with #49763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49763E; }

 p { color: rgb(73,118,62); }

 H1.HeaderClassName
 {
   color: #49763E;
 }
 .AnyTagClassName
 {
   color: #49763E;
 }
</style>

background-color css

<style>
 a { background-color: #49763E; }

 a { background-color: rgb(73,118,62); }

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

border-color css

<style>
 span { border-color: #49763E; }

 span { border-color: rgb(73,118,62); }

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