Html Css Color HEX #49912C La Palma

📋 copy color: '#49912C'

red 73 ◦ green 145 ◦ blue 44

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

Shades of La Palma #49912C

Tints of La Palma #49912C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 27.86%
G = 55.34%
B = 16.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#49912C (or 0x49912C) is known color: La Palma. HEX triplet: 49, 91 and 2C. RGB value is (73,145,44). Sum of RGB (Red+Green+Blue) = 73+145+44=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #49912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49912C is #B66ED3. Grayscale: #707070. Windows color (decimal): -11955924 or 2920777. OLE color: 2920777.

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

Color convert

RGB 73 145 44 -
CMYK 0.50 0 0.70 0.43
HSL 102.77º 0.53% 0.37% -
HSV(B) 102.77º 0.7% 0.57% -
XYZ 13.33 21.85 5.9 -
YUV 111.96 89.65 100.21 -
System Red Green Blue C M Y K H S L
Decimal 73 145 44 0.50 0 0.70 0.43 102.77 0.53 0.37
Hex 49 91 2C 32 0 46 2B 67 35 25
Octal 111 221 54 62 0 106 53 147 65 45
Binary 1001001 10010001 101100 110010 0 1000110 101011 1100111 110101 100101

Color Harmonies of #49912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49912C

Black with #49912C

Text Example


Text Example

White with #49912C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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