Html Css Color HEX #49853E Fern Green

📋 copy color: '#49853E'

red 73 ◦ green 133 ◦ blue 62

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

Shades of Fern Green #49853E

Tints of Fern Green #49853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

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

R = 27.24%
G = 49.63%
B = 23.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#49853E (or 0x49853E) is known color: Fern Green. HEX triplet: 49, 85 and 3E. RGB value is (73,133,62). Sum of RGB (Red+Green+Blue) = 73+133+62=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #49853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49853E is #B67AC1. Grayscale: #6B6B6B. Windows color (decimal): -11958978 or 4097353. OLE color: 4097353.

HSL color Cylindrical-coordinate representation of color #49853E: hue angle of 110.7º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49853E is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 62 -
CMYK 0.45 0 0.53 0.48
HSL 110.7º 0.36% 0.38% -
HSV(B) 110.7º 0.53% 0.52% -
XYZ 12 18.54 7.5 -
YUV 106.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 73 133 62 0.45 0 0.53 0.48 110.7 0.36 0.38
Hex 49 85 3E 2D 0 35 30 6F 24 26
Octal 111 205 76 55 0 65 60 157 44 46
Binary 1001001 10000101 111110 101101 0 110101 110000 1101111 100100 100110

Color Harmonies of #49853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49853E

Black with #49853E

Text Example


Text Example

White with #49853E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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