Html Css Color HEX #49C45B Fern

📋 copy color: '#49C45B'

red 73 ◦ green 196 ◦ blue 91

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

Shades of Fern #49C45B

Tints of Fern #49C45B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.44%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 20.28%
G = 54.44%
B = 25.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#49C45B (or 0x49C45B) is known color: Fern. HEX triplet: 49, C4 and 5B. RGB value is (73,196,91). Sum of RGB (Red+Green+Blue) = 73+196+91=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #49C45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C45B is #B63BA4. Grayscale: #939393. Windows color (decimal): -11942821 or 6014025. OLE color: 6014025.

HSL color Cylindrical-coordinate representation of color #49C45B: hue angle of 128.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C45B is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 91 -
CMYK 0.63 0 0.54 0.23
HSL 128.78º 0.51% 0.53% -
HSV(B) 128.78º 0.63% 0.77% -
XYZ 24.38 41.65 16.65 -
YUV 147.25 96.25 75.04 -
System Red Green Blue C M Y K H S L
Decimal 73 196 91 0.63 0 0.54 0.23 128.78 0.51 0.53
Hex 49 C4 5B 3F 0 36 17 81 33 35
Octal 111 304 133 77 0 66 27 201 63 65
Binary 1001001 11000100 1011011 111111 0 110110 10111 10000001 110011 110101

Color Harmonies of #49C45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C45B

Black with #49C45B

Text Example


Text Example

White with #49C45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C45B; }

 p { color: rgb(73,196,91); }

 H1.HeaderClassName
 {
   color: #49C45B;
 }
 .AnyTagClassName
 {
   color: #49C45B;
 }
</style>

background-color css

<style>
 a { background-color: #49C45B; }

 a { background-color: rgb(73,196,91); }

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

border-color css

<style>
 span { border-color: #49C45B; }

 span { border-color: rgb(73,196,91); }

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