Html Css Color HEX #49843A Fern Green

📋 copy color: '#49843A'

red 73 ◦ green 132 ◦ blue 58

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

Shades of Fern Green #49843A

Tints of Fern Green #49843A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.19%

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 27.76%
G = 50.19%
B = 22.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#49843A (or 0x49843A) is known color: Fern Green. HEX triplet: 49, 84 and 3A. RGB value is (73,132,58). Sum of RGB (Red+Green+Blue) = 73+132+58=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #49843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49843A is #B67BC5. Grayscale: #6A6A6A. Windows color (decimal): -11959238 or 3834953. OLE color: 3834953.

HSL color Cylindrical-coordinate representation of color #49843A: hue angle of 107.84º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49843A is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 58 -
CMYK 0.45 0 0.56 0.48
HSL 107.84º 0.39% 0.37% -
HSV(B) 107.84º 0.56% 0.52% -
XYZ 11.76 18.22 6.9 -
YUV 105.92 100.95 104.52 -
System Red Green Blue C M Y K H S L
Decimal 73 132 58 0.45 0 0.56 0.48 107.84 0.39 0.37
Hex 49 84 3A 2D 0 38 30 6C 27 25
Octal 111 204 72 55 0 70 60 154 47 45
Binary 1001001 10000100 111010 101101 0 111000 110000 1101100 100111 100101

Color Harmonies of #49843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49843A

Black with #49843A

Text Example


Text Example

White with #49843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49843A; }

 p { color: rgb(73,132,58); }

 H1.HeaderClassName
 {
   color: #49843A;
 }
 .AnyTagClassName
 {
   color: #49843A;
 }
</style>

background-color css

<style>
 a { background-color: #49843A; }

 a { background-color: rgb(73,132,58); }

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

border-color css

<style>
 span { border-color: #49843A; }

 span { border-color: rgb(73,132,58); }

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