Html Css Color HEX #499228 La Palma

📋 copy color: '#499228'

red 73 ◦ green 146 ◦ blue 40

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

Shades of La Palma #499228

Tints of La Palma #499228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.37%

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

R = 28.19%
G = 56.37%
B = 15.44%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#499228 (or 0x499228) is known color: La Palma. HEX triplet: 49, 92 and 28. RGB value is (73,146,40). Sum of RGB (Red+Green+Blue) = 73+146+40=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #499228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499228 is #B66DD7. Grayscale: #707070. Windows color (decimal): -11955672 or 2658889. OLE color: 2658889.

HSL color Cylindrical-coordinate representation of color #499228: hue angle of 101.32º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #499228 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 40 -
CMYK 0.5 0 0.73 0.43
HSL 101.32º 0.57% 0.36% -
HSV(B) 101.32º 0.73% 0.57% -
XYZ 13.41 22.13 5.57 -
YUV 112.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 73 146 40 0.5 0 0.73 0.43 101.32 0.57 0.36
Hex 49 92 28 32 0 49 2B 65 39 24
Octal 111 222 50 62 0 111 53 145 71 44
Binary 1001001 10010010 101000 110010 0 1001001 101011 1100101 111001 100100

Color Harmonies of #499228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499228

Black with #499228

Text Example


Text Example

White with #499228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499228; }

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

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

background-color css

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

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

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

border-color css

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

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

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