Html Css Color HEX #499535 La Palma

📋 copy color: '#499535'

red 73 ◦ green 149 ◦ blue 53

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

Shades of La Palma #499535

Tints of La Palma #499535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 26.55%
G = 54.18%
B = 19.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#499535 (or 0x499535) is known color: La Palma. HEX triplet: 49, 95 and 35. RGB value is (73,149,53). Sum of RGB (Red+Green+Blue) = 73+149+53=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #499535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499535 is #B66ACA. Grayscale: #737373. Windows color (decimal): -11954891 or 3511625. OLE color: 3511625.

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

Color convert

RGB 73 149 53 -
CMYK 0.51 0 0.64 0.42
HSL 107.5º 0.48% 0.4% -
HSV(B) 107.5º 0.64% 0.58% -
XYZ 14.14 23.17 7.09 -
YUV 115.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 73 149 53 0.51 0 0.64 0.42 107.5 0.48 0.4
Hex 49 95 35 33 0 40 2A 6C 30 28
Octal 111 225 65 63 0 100 52 154 60 50
Binary 1001001 10010101 110101 110011 0 1000000 101010 1101100 110000 101000

Color Harmonies of #499535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499535

Black with #499535

Text Example


Text Example

White with #499535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499535; }

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

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

background-color css

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

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

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

border-color css

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

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

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