Html Css Color HEX #499D2E La Palma

📋 copy color: '#499D2E'

red 73 ◦ green 157 ◦ blue 46

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

Shades of La Palma #499D2E

Tints of La Palma #499D2E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.88%

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 26.45%
G = 56.88%
B = 16.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#499D2E (or 0x499D2E) is known color: La Palma. HEX triplet: 49, 9D and 2E. RGB value is (73,157,46). Sum of RGB (Red+Green+Blue) = 73+157+46=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #499D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D2E is #B662D1. Grayscale: #777777. Windows color (decimal): -11952850 or 3054921. OLE color: 3054921.

HSL color Cylindrical-coordinate representation of color #499D2E: hue angle of 105.41º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499D2E is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 46 -
CMYK 0.54 0 0.71 0.38
HSL 105.41º 0.55% 0.4% -
HSV(B) 105.41º 0.71% 0.62% -
XYZ 15.3 25.73 6.74 -
YUV 119.23 86.67 95.03 -
System Red Green Blue C M Y K H S L
Decimal 73 157 46 0.54 0 0.71 0.38 105.41 0.55 0.4
Hex 49 9D 2E 36 0 47 26 69 37 28
Octal 111 235 56 66 0 107 46 151 67 50
Binary 1001001 10011101 101110 110110 0 1000111 100110 1101001 110111 101000

Color Harmonies of #499D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D2E

Black with #499D2E

Text Example


Text Example

White with #499D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499D2E; }

 p { color: rgb(73,157,46); }

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

background-color css

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

 a { background-color: rgb(73,157,46); }

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

border-color css

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

 span { border-color: rgb(73,157,46); }

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