Html Css Color HEX #49940F La Palma

📋 copy color: '#49940F'

red 73 ◦ green 148 ◦ blue 15

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

Shades of La Palma #49940F

Tints of La Palma #49940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.71%

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

R = 30.93%
G = 62.71%
B = 6.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#49940F (or 0x49940F) is known color: La Palma. HEX triplet: 49, 94 and 0F. RGB value is (73,148,15). Sum of RGB (Red+Green+Blue) = 73+148+15=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #49940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49940F is #B66BF0. Grayscale: #6E6E6E. Windows color (decimal): -11955185 or 1021001. OLE color: 1021001.

HSL color Cylindrical-coordinate representation of color #49940F: hue angle of 93.83º degrees, saturation: 0.82, 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 #49940F is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 15 -
CMYK 0.51 0 0.90 0.42
HSL 93.83º 0.82% 0.32% -
HSV(B) 93.83º 0.9% 0.58% -
XYZ 13.42 22.63 4.11 -
YUV 110.41 74.15 101.31 -
System Red Green Blue C M Y K H S L
Decimal 73 148 15 0.51 0 0.90 0.42 93.83 0.82 0.32
Hex 49 94 F 33 0 5A 2A 5E 52 20
Octal 111 224 17 63 0 132 52 136 122 40
Binary 1001001 10010100 1111 110011 0 1011010 101010 1011110 1010010 100000

Color Harmonies of #49940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49940F

Black with #49940F

Text Example


Text Example

White with #49940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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