Html Css Color HEX #49943A La Palma

📋 copy color: '#49943A'

red 73 ◦ green 148 ◦ blue 58

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

Shades of La Palma #49943A

Tints of La Palma #49943A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 26.16%
G = 53.05%
B = 20.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#49943A (or 0x49943A) is known color: La Palma. HEX triplet: 49, 94 and 3A. RGB value is (73,148,58). Sum of RGB (Red+Green+Blue) = 73+148+58=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #49943A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49943A is #B66BC5. Grayscale: #737373. Windows color (decimal): -11955142 or 3839049. OLE color: 3839049.

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

Color convert

RGB 73 148 58 -
CMYK 0.51 0 0.61 0.42
HSL 110º 0.44% 0.4% -
HSV(B) 110º 0.61% 0.58% -
XYZ 14.1 22.9 7.68 -
YUV 115.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 73 148 58 0.51 0 0.61 0.42 110 0.44 0.4
Hex 49 94 3A 33 0 3D 2A 6E 2C 28
Octal 111 224 72 63 0 75 52 156 54 50
Binary 1001001 10010100 111010 110011 0 111101 101010 1101110 101100 101000

Color Harmonies of #49943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49943A

Black with #49943A

Text Example


Text Example

White with #49943A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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