Html Css Color HEX #49942A La Palma

📋 copy color: '#49942A'

red 73 ◦ green 148 ◦ blue 42

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

Shades of La Palma #49942A

Tints of La Palma #49942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 27.76%
G = 56.27%
B = 15.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#49942A (or 0x49942A) is known color: La Palma. HEX triplet: 49, 94 and 2A. RGB value is (73,148,42). Sum of RGB (Red+Green+Blue) = 73+148+42=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #49942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49942A is #B66BD5. Grayscale: #717171. Windows color (decimal): -11955158 or 2790473. OLE color: 2790473.

HSL color Cylindrical-coordinate representation of color #49942A: hue angle of 102.45º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49942A is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 42 -
CMYK 0.51 0 0.72 0.42
HSL 102.45º 0.56% 0.37% -
HSV(B) 102.45º 0.72% 0.58% -
XYZ 13.76 22.76 5.86 -
YUV 113.49 87.65 99.12 -
System Red Green Blue C M Y K H S L
Decimal 73 148 42 0.51 0 0.72 0.42 102.45 0.56 0.37
Hex 49 94 2A 33 0 48 2A 66 38 25
Octal 111 224 52 63 0 110 52 146 70 45
Binary 1001001 10010100 101010 110011 0 1001000 101010 1100110 111000 100101

Color Harmonies of #49942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49942A

Black with #49942A

Text Example


Text Example

White with #49942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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