Html Css Color HEX #49900F La Palma

📋 copy color: '#49900F'

red 73 ◦ green 144 ◦ blue 15

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

Shades of La Palma #49900F

Tints of La Palma #49900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.07%

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

R = 31.47%
G = 62.07%
B = 6.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#49900F (or 0x49900F) is known color: La Palma. HEX triplet: 49, 90 and 0F. RGB value is (73,144,15). Sum of RGB (Red+Green+Blue) = 73+144+15=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #49900F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49900F is #B66FF0. Grayscale: #6C6C6C. Windows color (decimal): -11956209 or 1019977. OLE color: 1019977.

HSL color Cylindrical-coordinate representation of color #49900F: hue angle of 93.02º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49900F is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 15 -
CMYK 0.49 0 0.90 0.44
HSL 93.02º 0.81% 0.31% -
HSV(B) 93.02º 0.9% 0.56% -
XYZ 12.81 21.4 3.91 -
YUV 108.07 75.48 102.99 -
System Red Green Blue C M Y K H S L
Decimal 73 144 15 0.49 0 0.90 0.44 93.02 0.81 0.31
Hex 49 90 F 31 0 5A 2C 5D 51 1F
Octal 111 220 17 61 0 132 54 135 121 37
Binary 1001001 10010000 1111 110001 0 1011010 101100 1011101 1010001 11111

Color Harmonies of #49900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49900F

Black with #49900F

Text Example


Text Example

White with #49900F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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