Html Css Color HEX #49A12E La Palma

📋 copy color: '#49A12E'

red 73 ◦ green 161 ◦ blue 46

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

Shades of La Palma #49A12E

Tints of La Palma #49A12E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.5%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 26.07%
G = 57.5%
B = 16.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#49A12E (or 0x49A12E) is known color: La Palma. HEX triplet: 49, A1 and 2E. RGB value is (73,161,46). Sum of RGB (Red+Green+Blue) = 73+161+46=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #49A12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A12E is #B65ED1. Grayscale: #797979. Windows color (decimal): -11951826 or 3055945. OLE color: 3055945.

HSL color Cylindrical-coordinate representation of color #49A12E: hue angle of 105.91º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A12E is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 46 -
CMYK 0.55 0 0.71 0.37
HSL 105.91º 0.56% 0.41% -
HSV(B) 105.91º 0.71% 0.63% -
XYZ 15.99 27.1 6.97 -
YUV 121.58 85.35 93.35 -
System Red Green Blue C M Y K H S L
Decimal 73 161 46 0.55 0 0.71 0.37 105.91 0.56 0.41
Hex 49 A1 2E 37 0 47 25 6A 38 29
Octal 111 241 56 67 0 107 45 152 70 51
Binary 1001001 10100001 101110 110111 0 1000111 100101 1101010 111000 101001

Color Harmonies of #49A12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A12E

Black with #49A12E

Text Example


Text Example

White with #49A12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,46); }

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

background-color css

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

 a { background-color: rgb(73,161,46); }

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

border-color css

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

 span { border-color: rgb(73,161,46); }

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