Html Css Color HEX #49912E La Palma

📋 copy color: '#49912E'

red 73 ◦ green 145 ◦ blue 46

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

Shades of La Palma #49912E

Tints of La Palma #49912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.92%

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

R = 27.65%
G = 54.92%
B = 17.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#49912E (or 0x49912E) is known color: La Palma. HEX triplet: 49, 91 and 2E. RGB value is (73,145,46). Sum of RGB (Red+Green+Blue) = 73+145+46=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #49912E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49912E is #B66ED1. Grayscale: #707070. Windows color (decimal): -11955922 or 3051849. OLE color: 3051849.

HSL color Cylindrical-coordinate representation of color #49912E: hue angle of 103.64º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49912E is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 46 -
CMYK 0.50 0 0.68 0.43
HSL 103.64º 0.52% 0.37% -
HSV(B) 103.64º 0.68% 0.57% -
XYZ 13.37 21.86 6.1 -
YUV 112.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 73 145 46 0.50 0 0.68 0.43 103.64 0.52 0.37
Hex 49 91 2E 32 0 44 2B 68 34 25
Octal 111 221 56 62 0 104 53 150 64 45
Binary 1001001 10010001 101110 110010 0 1000100 101011 1101000 110100 100101

Color Harmonies of #49912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49912E

Black with #49912E

Text Example


Text Example

White with #49912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49912E; }

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

 H1.HeaderClassName
 {
   color: #49912E;
 }
 .AnyTagClassName
 {
   color: #49912E;
 }
</style>

background-color css

<style>
 a { background-color: #49912E; }

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

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

border-color css

<style>
 span { border-color: #49912E; }

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

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