Html Css Color HEX #49951F La Palma

📋 copy color: '#49951F'

red 73 ◦ green 149 ◦ blue 31

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

Shades of La Palma #49951F

Tints of La Palma #49951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 28.85%
G = 58.89%
B = 12.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#49951F (or 0x49951F) is known color: La Palma. HEX triplet: 49, 95 and 1F. RGB value is (73,149,31). Sum of RGB (Red+Green+Blue) = 73+149+31=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #49951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49951F is #B66AE0. Grayscale: #717171. Windows color (decimal): -11954913 or 2069833. OLE color: 2069833.

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

Color convert

RGB 73 149 31 -
CMYK 0.51 0 0.79 0.42
HSL 98.64º 0.66% 0.35% -
HSV(B) 98.64º 0.79% 0.58% -
XYZ 13.74 23.01 5.01 -
YUV 112.82 81.82 99.59 -
System Red Green Blue C M Y K H S L
Decimal 73 149 31 0.51 0 0.79 0.42 98.64 0.66 0.35
Hex 49 95 1F 33 0 4F 2A 63 42 23
Octal 111 225 37 63 0 117 52 143 102 43
Binary 1001001 10010101 11111 110011 0 1001111 101010 1100011 1000010 100011

Color Harmonies of #49951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49951F

Black with #49951F

Text Example


Text Example

White with #49951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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