Html Css Color HEX #499028 La Palma

📋 copy color: '#499028'

red 73 ◦ green 144 ◦ blue 40

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

Shades of La Palma #499028

Tints of La Palma #499028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.03%

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

R = 28.4%
G = 56.03%
B = 15.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#499028 (or 0x499028) is known color: La Palma. HEX triplet: 49, 90 and 28. RGB value is (73,144,40). Sum of RGB (Red+Green+Blue) = 73+144+40=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #499028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499028 is #B66FD7. Grayscale: #6F6F6F. Windows color (decimal): -11956184 or 2658377. OLE color: 2658377.

HSL color Cylindrical-coordinate representation of color #499028: hue angle of 100.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #499028 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 40 -
CMYK 0.49 0 0.72 0.44
HSL 100.96º 0.57% 0.36% -
HSV(B) 100.96º 0.72% 0.56% -
XYZ 13.1 21.52 5.47 -
YUV 110.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 73 144 40 0.49 0 0.72 0.44 100.96 0.57 0.36
Hex 49 90 28 31 0 48 2C 65 39 24
Octal 111 220 50 61 0 110 54 145 71 44
Binary 1001001 10010000 101000 110001 0 1001000 101100 1100101 111001 100100

Color Harmonies of #499028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499028

Black with #499028

Text Example


Text Example

White with #499028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499028; }

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

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

background-color css

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

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

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

border-color css

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

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

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