Html Css Color HEX #49991F La Palma

📋 copy color: '#49991F'

red 73 ◦ green 153 ◦ blue 31

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

Shades of La Palma #49991F

Tints of La Palma #49991F

RGB

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

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

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

R = 28.4%
G = 59.53%
B = 12.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#49991F (or 0x49991F) is known color: La Palma. HEX triplet: 49, 99 and 1F. RGB value is (73,153,31). Sum of RGB (Red+Green+Blue) = 73+153+31=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #49991F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49991F is #B666E0. Grayscale: #737373. Windows color (decimal): -11953889 or 2070857. OLE color: 2070857.

HSL color Cylindrical-coordinate representation of color #49991F: hue angle of 99.34º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49991F is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 31 -
CMYK 0.52 0 0.80 0.4
HSL 99.34º 0.66% 0.36% -
HSV(B) 99.34º 0.8% 0.6% -
XYZ 14.39 24.3 5.23 -
YUV 115.17 80.5 97.92 -
System Red Green Blue C M Y K H S L
Decimal 73 153 31 0.52 0 0.80 0.4 99.34 0.66 0.36
Hex 49 99 1F 34 0 50 28 63 42 24
Octal 111 231 37 64 0 120 50 143 102 44
Binary 1001001 10011001 11111 110100 0 1010000 101000 1100011 1000010 100100

Color Harmonies of #49991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49991F

Black with #49991F

Text Example


Text Example

White with #49991F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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