Html Css Color HEX #499529 La Palma

📋 copy color: '#499529'

red 73 ◦ green 149 ◦ blue 41

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

Shades of La Palma #499529

Tints of La Palma #499529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 27.76%
G = 56.65%
B = 15.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#499529 (or 0x499529) is known color: La Palma. HEX triplet: 49, 95 and 29. RGB value is (73,149,41). Sum of RGB (Red+Green+Blue) = 73+149+41=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #499529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499529 is #B66AD6. Grayscale: #727272. Windows color (decimal): -11954903 or 2725193. OLE color: 2725193.

HSL color Cylindrical-coordinate representation of color #499529: hue angle of 102.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #499529 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 41 -
CMYK 0.51 0 0.72 0.42
HSL 102.22º 0.57% 0.37% -
HSV(B) 102.22º 0.72% 0.58% -
XYZ 13.9 23.07 5.82 -
YUV 113.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 73 149 41 0.51 0 0.72 0.42 102.22 0.57 0.37
Hex 49 95 29 33 0 48 2A 66 39 25
Octal 111 225 51 63 0 110 52 146 71 45
Binary 1001001 10010101 101001 110011 0 1001000 101010 1100110 111001 100101

Color Harmonies of #499529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499529

Black with #499529

Text Example


Text Example

White with #499529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499529; }

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

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

background-color css

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

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

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

border-color css

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

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

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