Html Css Color HEX #49823A Fern Green

📋 copy color: '#49823A'

red 73 ◦ green 130 ◦ blue 58

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

Shades of Fern Green #49823A

Tints of Fern Green #49823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.81%

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

R = 27.97%
G = 49.81%
B = 22.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#49823A (or 0x49823A) is known color: Fern Green. HEX triplet: 49, 82 and 3A. RGB value is (73,130,58). Sum of RGB (Red+Green+Blue) = 73+130+58=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #49823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49823A is #B67DC5. Grayscale: #686868. Windows color (decimal): -11959750 or 3834441. OLE color: 3834441.

HSL color Cylindrical-coordinate representation of color #49823A: hue angle of 107.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49823A is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 58 -
CMYK 0.44 0 0.55 0.49
HSL 107.5º 0.38% 0.37% -
HSV(B) 107.5º 0.55% 0.51% -
XYZ 11.49 17.69 6.81 -
YUV 104.75 101.62 105.35 -
System Red Green Blue C M Y K H S L
Decimal 73 130 58 0.44 0 0.55 0.49 107.5 0.38 0.37
Hex 49 82 3A 2C 0 37 31 6C 26 25
Octal 111 202 72 54 0 67 61 154 46 45
Binary 1001001 10000010 111010 101100 0 110111 110001 1101100 100110 100101

Color Harmonies of #49823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49823A

Black with #49823A

Text Example


Text Example

White with #49823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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