Html Css Color HEX #49993B La Palma

📋 copy color: '#49993B'

red 73 ◦ green 153 ◦ blue 59

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

Shades of La Palma #49993B

Tints of La Palma #49993B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.68%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 25.61%
G = 53.68%
B = 20.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#49993B (or 0x49993B) is known color: La Palma. HEX triplet: 49, 99 and 3B. RGB value is (73,153,59). Sum of RGB (Red+Green+Blue) = 73+153+59=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #49993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49993B is #B666C4. Grayscale: #767676. Windows color (decimal): -11953861 or 3905865. OLE color: 3905865.

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

Color convert

RGB 73 153 59 -
CMYK 0.52 0 0.61 0.4
HSL 111.06º 0.44% 0.42% -
HSV(B) 111.06º 0.61% 0.6% -
XYZ 14.93 24.51 8.08 -
YUV 118.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 73 153 59 0.52 0 0.61 0.4 111.06 0.44 0.42
Hex 49 99 3B 34 0 3D 28 6F 2C 2A
Octal 111 231 73 64 0 75 50 157 54 52
Binary 1001001 10011001 111011 110100 0 111101 101000 1101111 101100 101010

Color Harmonies of #49993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49993B

Black with #49993B

Text Example


Text Example

White with #49993B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,153,59); }

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

background-color css

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

 a { background-color: rgb(73,153,59); }

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

border-color css

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

 span { border-color: rgb(73,153,59); }

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