Html Css Color HEX #49813A Fern Green

📋 copy color: '#49813A'

red 73 ◦ green 129 ◦ blue 58

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

Shades of Fern Green #49813A

Tints of Fern Green #49813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.62%

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

R = 28.08%
G = 49.62%
B = 22.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#49813A (or 0x49813A) is known color: Fern Green. HEX triplet: 49, 81 and 3A. RGB value is (73,129,58). Sum of RGB (Red+Green+Blue) = 73+129+58=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #49813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49813A is #B67EC5. Grayscale: #686868. Windows color (decimal): -11960006 or 3834185. OLE color: 3834185.

HSL color Cylindrical-coordinate representation of color #49813A: hue angle of 107.32º 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 #49813A is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 58 -
CMYK 0.43 0 0.55 0.49
HSL 107.32º 0.38% 0.37% -
HSV(B) 107.32º 0.55% 0.51% -
XYZ 11.36 17.42 6.77 -
YUV 104.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 73 129 58 0.43 0 0.55 0.49 107.32 0.38 0.37
Hex 49 81 3A 2B 0 37 31 6B 26 25
Octal 111 201 72 53 0 67 61 153 46 45
Binary 1001001 10000001 111010 101011 0 110111 110001 1101011 100110 100101

Color Harmonies of #49813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49813A

Black with #49813A

Text Example


Text Example

White with #49813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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