Html Css Color HEX #498B1F La Palma

📋 copy color: '#498B1F'

red 73 ◦ green 139 ◦ blue 31

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

Shades of La Palma #498B1F

Tints of La Palma #498B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.2%

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

R = 30.04%
G = 57.2%
B = 12.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#498B1F (or 0x498B1F) is known color: La Palma. HEX triplet: 49, 8B and 1F. RGB value is (73,139,31). Sum of RGB (Red+Green+Blue) = 73+139+31=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #498B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B1F is #B674E0. Grayscale: #6B6B6B. Windows color (decimal): -11957473 or 2067273. OLE color: 2067273.

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

Color convert

RGB 73 139 31 -
CMYK 0.47 0 0.78 0.45
HSL 96.67º 0.64% 0.33% -
HSV(B) 96.67º 0.78% 0.55% -
XYZ 12.23 19.98 4.51 -
YUV 106.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 73 139 31 0.47 0 0.78 0.45 96.67 0.64 0.33
Hex 49 8B 1F 2F 0 4E 2D 61 40 21
Octal 111 213 37 57 0 116 55 141 100 41
Binary 1001001 10001011 11111 101111 0 1001110 101101 1100001 1000000 100001

Color Harmonies of #498B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B1F

Black with #498B1F

Text Example


Text Example

White with #498B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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