Html Css Color HEX #499521 La Palma

📋 copy color: '#499521'

red 73 ◦ green 149 ◦ blue 33

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

Shades of La Palma #499521

Tints of La Palma #499521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 28.63%
G = 58.43%
B = 12.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#499521 (or 0x499521) is known color: La Palma. HEX triplet: 49, 95 and 21. RGB value is (73,149,33). Sum of RGB (Red+Green+Blue) = 73+149+33=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #499521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499521 is #B66ADE. Grayscale: #717171. Windows color (decimal): -11954911 or 2200905. OLE color: 2200905.

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

Color convert

RGB 73 149 33 -
CMYK 0.51 0 0.78 0.42
HSL 99.31º 0.64% 0.36% -
HSV(B) 99.31º 0.78% 0.58% -
XYZ 13.77 23.02 5.16 -
YUV 113.05 82.82 99.43 -
System Red Green Blue C M Y K H S L
Decimal 73 149 33 0.51 0 0.78 0.42 99.31 0.64 0.36
Hex 49 95 21 33 0 4E 2A 63 40 24
Octal 111 225 41 63 0 116 52 143 100 44
Binary 1001001 10010101 100001 110011 0 1001110 101010 1100011 1000000 100100

Color Harmonies of #499521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499521

Black with #499521

Text Example


Text Example

White with #499521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499521; }

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

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

background-color css

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

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

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

border-color css

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

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

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