Html Css Color HEX #499031 La Palma

📋 copy color: '#499031'

red 73 ◦ green 144 ◦ blue 49

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

Shades of La Palma #499031

Tints of La Palma #499031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 27.44%
G = 54.14%
B = 18.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#499031 (or 0x499031) is known color: La Palma. HEX triplet: 49, 90 and 31. RGB value is (73,144,49). Sum of RGB (Red+Green+Blue) = 73+144+49=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #499031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499031 is #B66FCE. Grayscale: #707070. Windows color (decimal): -11956175 or 3248201. OLE color: 3248201.

HSL color Cylindrical-coordinate representation of color #499031: hue angle of 104.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499031 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 49 -
CMYK 0.49 0 0.66 0.44
HSL 104.84º 0.49% 0.38% -
HSV(B) 104.84º 0.66% 0.56% -
XYZ 13.28 21.58 6.37 -
YUV 111.94 92.48 100.22 -
System Red Green Blue C M Y K H S L
Decimal 73 144 49 0.49 0 0.66 0.44 104.84 0.49 0.38
Hex 49 90 31 31 0 42 2C 69 31 26
Octal 111 220 61 61 0 102 54 151 61 46
Binary 1001001 10010000 110001 110001 0 1000010 101100 1101001 110001 100110

Color Harmonies of #499031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499031

Black with #499031

Text Example


Text Example

White with #499031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499031; }

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

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

background-color css

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

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

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

border-color css

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

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

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