Html Css Color HEX #498D1F La Palma

📋 copy color: '#498D1F'

red 73 ◦ green 141 ◦ blue 31

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

Shades of La Palma #498D1F

Tints of La Palma #498D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.55%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 29.8%
G = 57.55%
B = 12.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#498D1F (or 0x498D1F) is known color: La Palma. HEX triplet: 49, 8D and 1F. RGB value is (73,141,31). Sum of RGB (Red+Green+Blue) = 73+141+31=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #498D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498D1F is #B672E0. Grayscale: #6C6C6C. Windows color (decimal): -11956961 or 2067785. OLE color: 2067785.

HSL color Cylindrical-coordinate representation of color #498D1F: hue angle of 97.09º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #498D1F is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 141 31 -
CMYK 0.48 0 0.78 0.45
HSL 97.09º 0.64% 0.34% -
HSV(B) 97.09º 0.78% 0.55% -
XYZ 12.52 20.57 4.61 -
YUV 108.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 73 141 31 0.48 0 0.78 0.45 97.09 0.64 0.34
Hex 49 8D 1F 30 0 4E 2D 61 40 22
Octal 111 215 37 60 0 116 55 141 100 42
Binary 1001001 10001101 11111 110000 0 1001110 101101 1100001 1000000 100010

Color Harmonies of #498D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D1F

Black with #498D1F

Text Example


Text Example

White with #498D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498D1F; }

 p { color: rgb(73,141,31); }

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

background-color css

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

 a { background-color: rgb(73,141,31); }

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

border-color css

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

 span { border-color: rgb(73,141,31); }

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