Html Css Color HEX #499D2F La Palma

📋 copy color: '#499D2F'

red 73 ◦ green 157 ◦ blue 47

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

Shades of La Palma #499D2F

Tints of La Palma #499D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 26.35%
G = 56.68%
B = 16.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#499D2F (or 0x499D2F) is known color: La Palma. HEX triplet: 49, 9D and 2F. RGB value is (73,157,47). Sum of RGB (Red+Green+Blue) = 73+157+47=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #499D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D2F is #B662D0. Grayscale: #777777. Windows color (decimal): -11952849 or 3120457. OLE color: 3120457.

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

Color convert

RGB 73 157 47 -
CMYK 0.54 0 0.70 0.38
HSL 105.82º 0.54% 0.4% -
HSV(B) 105.82º 0.7% 0.62% -
XYZ 15.32 25.74 6.85 -
YUV 119.34 87.17 94.94 -
System Red Green Blue C M Y K H S L
Decimal 73 157 47 0.54 0 0.70 0.38 105.82 0.54 0.4
Hex 49 9D 2F 36 0 46 26 6A 36 28
Octal 111 235 57 66 0 106 46 152 66 50
Binary 1001001 10011101 101111 110110 0 1000110 100110 1101010 110110 101000

Color Harmonies of #499D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D2F

Black with #499D2F

Text Example


Text Example

White with #499D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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