Html Css Color HEX #49952B La Palma

📋 copy color: '#49952B'

red 73 ◦ green 149 ◦ blue 43

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

Shades of La Palma #49952B

Tints of La Palma #49952B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.23%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 27.55%
G = 56.23%
B = 16.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#49952B (or 0x49952B) is known color: La Palma. HEX triplet: 49, 95 and 2B. RGB value is (73,149,43). Sum of RGB (Red+Green+Blue) = 73+149+43=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #49952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49952B is #B66AD4. Grayscale: #727272. Windows color (decimal): -11954901 or 2856265. OLE color: 2856265.

HSL color Cylindrical-coordinate representation of color #49952B: hue angle of 103.02º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49952B is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 43 -
CMYK 0.51 0 0.71 0.42
HSL 103.02º 0.55% 0.38% -
HSV(B) 103.02º 0.71% 0.58% -
XYZ 13.93 23.09 6.01 -
YUV 114.19 87.82 98.62 -
System Red Green Blue C M Y K H S L
Decimal 73 149 43 0.51 0 0.71 0.42 103.02 0.55 0.38
Hex 49 95 2B 33 0 47 2A 67 37 26
Octal 111 225 53 63 0 107 52 147 67 46
Binary 1001001 10010101 101011 110011 0 1000111 101010 1100111 110111 100110

Color Harmonies of #49952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49952B

Black with #49952B

Text Example


Text Example

White with #49952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49952B; }

 p { color: rgb(73,149,43); }

 H1.HeaderClassName
 {
   color: #49952B;
 }
 .AnyTagClassName
 {
   color: #49952B;
 }
</style>

background-color css

<style>
 a { background-color: #49952B; }

 a { background-color: rgb(73,149,43); }

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

border-color css

<style>
 span { border-color: #49952B; }

 span { border-color: rgb(73,149,43); }

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