Html Css Color HEX #498529 La Palma

📋 copy color: '#498529'

red 73 ◦ green 133 ◦ blue 41

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

Shades of La Palma #498529

Tints of La Palma #498529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 29.55%
G = 53.85%
B = 16.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#498529 (or 0x498529) is known color: La Palma. HEX triplet: 49, 85 and 29. RGB value is (73,133,41). Sum of RGB (Red+Green+Blue) = 73+133+41=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #498529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498529 is #B67AD6. Grayscale: #686868. Windows color (decimal): -11958999 or 2721097. OLE color: 2721097.

HSL color Cylindrical-coordinate representation of color #498529: hue angle of 99.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498529 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 41 -
CMYK 0.45 0 0.69 0.48
HSL 99.13º 0.53% 0.34% -
HSV(B) 99.13º 0.69% 0.52% -
XYZ 11.54 18.35 5.03 -
YUV 104.57 92.12 105.48 -
System Red Green Blue C M Y K H S L
Decimal 73 133 41 0.45 0 0.69 0.48 99.13 0.53 0.34
Hex 49 85 29 2D 0 45 30 63 35 22
Octal 111 205 51 55 0 105 60 143 65 42
Binary 1001001 10000101 101001 101101 0 1000101 110000 1100011 110101 100010

Color Harmonies of #498529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498529

Black with #498529

Text Example


Text Example

White with #498529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498529; }

 p { color: rgb(73,133,41); }

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

background-color css

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

 a { background-color: rgb(73,133,41); }

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

border-color css

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

 span { border-color: rgb(73,133,41); }

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