Html Css Color HEX #49930F La Palma

📋 copy color: '#49930F'

red 73 ◦ green 147 ◦ blue 15

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

Shades of La Palma #49930F

Tints of La Palma #49930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.55%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 31.06%
G = 62.55%
B = 6.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#49930F (or 0x49930F) is known color: La Palma. HEX triplet: 49, 93 and 0F. RGB value is (73,147,15). Sum of RGB (Red+Green+Blue) = 73+147+15=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #49930F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49930F is #B66CF0. Grayscale: #6E6E6E. Windows color (decimal): -11955441 or 1020745. OLE color: 1020745.

HSL color Cylindrical-coordinate representation of color #49930F: hue angle of 93.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49930F is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 15 -
CMYK 0.50 0 0.90 0.42
HSL 93.64º 0.81% 0.32% -
HSV(B) 93.64º 0.9% 0.58% -
XYZ 13.27 22.32 4.06 -
YUV 109.83 74.48 101.73 -
System Red Green Blue C M Y K H S L
Decimal 73 147 15 0.50 0 0.90 0.42 93.64 0.81 0.32
Hex 49 93 F 32 0 5A 2A 5E 51 20
Octal 111 223 17 62 0 132 52 136 121 40
Binary 1001001 10010011 1111 110010 0 1011010 101010 1011110 1010001 100000

Color Harmonies of #49930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49930F

Black with #49930F

Text Example


Text Example

White with #49930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49930F; }

 p { color: rgb(73,147,15); }

 H1.HeaderClassName
 {
   color: #49930F;
 }
 .AnyTagClassName
 {
   color: #49930F;
 }
</style>

background-color css

<style>
 a { background-color: #49930F; }

 a { background-color: rgb(73,147,15); }

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

border-color css

<style>
 span { border-color: #49930F; }

 span { border-color: rgb(73,147,15); }

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