Html Css Color HEX #49953E La Palma

📋 copy color: '#49953E'

red 73 ◦ green 149 ◦ blue 62

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

Shades of La Palma #49953E

Tints of La Palma #49953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 25.7%
G = 52.46%
B = 21.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#49953E (or 0x49953E) is known color: La Palma. HEX triplet: 49, 95 and 3E. RGB value is (73,149,62). Sum of RGB (Red+Green+Blue) = 73+149+62=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #49953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49953E is #B66AC1. Grayscale: #747474. Windows color (decimal): -11954882 or 4101449. OLE color: 4101449.

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

Color convert

RGB 73 149 62 -
CMYK 0.51 0 0.58 0.42
HSL 112.41º 0.41% 0.41% -
HSV(B) 112.41º 0.58% 0.58% -
XYZ 14.36 23.26 8.29 -
YUV 116.36 97.32 97.07 -
System Red Green Blue C M Y K H S L
Decimal 73 149 62 0.51 0 0.58 0.42 112.41 0.41 0.41
Hex 49 95 3E 33 0 3A 2A 70 29 29
Octal 111 225 76 63 0 72 52 160 51 51
Binary 1001001 10010101 111110 110011 0 111010 101010 1110000 101001 101001

Color Harmonies of #49953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49953E

Black with #49953E

Text Example


Text Example

White with #49953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49953E; }

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

 H1.HeaderClassName
 {
   color: #49953E;
 }
 .AnyTagClassName
 {
   color: #49953E;
 }
</style>

background-color css

<style>
 a { background-color: #49953E; }

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

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

border-color css

<style>
 span { border-color: #49953E; }

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

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