Html Css Color HEX #499528 La Palma

📋 copy color: '#499528'

red 73 ◦ green 149 ◦ blue 40

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

Shades of La Palma #499528

Tints of La Palma #499528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 27.86%
G = 56.87%
B = 15.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#499528 (or 0x499528) is known color: La Palma. HEX triplet: 49, 95 and 28. RGB value is (73,149,40). Sum of RGB (Red+Green+Blue) = 73+149+40=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #499528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499528 is #B66AD7. Grayscale: #727272. Windows color (decimal): -11954904 or 2659657. OLE color: 2659657.

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

Color convert

RGB 73 149 40 -
CMYK 0.51 0 0.73 0.42
HSL 101.83º 0.58% 0.37% -
HSV(B) 101.83º 0.73% 0.58% -
XYZ 13.88 23.06 5.73 -
YUV 113.85 86.32 98.86 -
System Red Green Blue C M Y K H S L
Decimal 73 149 40 0.51 0 0.73 0.42 101.83 0.58 0.37
Hex 49 95 28 33 0 49 2A 66 3A 25
Octal 111 225 50 63 0 111 52 146 72 45
Binary 1001001 10010101 101000 110011 0 1001001 101010 1100110 111010 100101

Color Harmonies of #499528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499528

Black with #499528

Text Example


Text Example

White with #499528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499528; }

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

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

background-color css

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

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

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

border-color css

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

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

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