Html Css Color HEX #49942C La Palma

📋 copy color: '#49942C'

red 73 ◦ green 148 ◦ blue 44

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

Shades of La Palma #49942C

Tints of La Palma #49942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

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

R = 27.55%
G = 55.85%
B = 16.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#49942C (or 0x49942C) is known color: La Palma. HEX triplet: 49, 94 and 2C. RGB value is (73,148,44). Sum of RGB (Red+Green+Blue) = 73+148+44=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #49942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49942C is #B66BD3. Grayscale: #727272. Windows color (decimal): -11955156 or 2921545. OLE color: 2921545.

HSL color Cylindrical-coordinate representation of color #49942C: hue angle of 103.27º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49942C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 44 -
CMYK 0.51 0 0.70 0.42
HSL 103.27º 0.54% 0.38% -
HSV(B) 103.27º 0.7% 0.58% -
XYZ 13.79 22.78 6.05 -
YUV 113.72 88.65 98.96 -
System Red Green Blue C M Y K H S L
Decimal 73 148 44 0.51 0 0.70 0.42 103.27 0.54 0.38
Hex 49 94 2C 33 0 46 2A 67 36 26
Octal 111 224 54 63 0 106 52 147 66 46
Binary 1001001 10010100 101100 110011 0 1000110 101010 1100111 110110 100110

Color Harmonies of #49942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49942C

Black with #49942C

Text Example


Text Example

White with #49942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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