Html Css Color HEX #498614 La Palma

📋 copy color: '#498614'

red 73 ◦ green 134 ◦ blue 20

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

Shades of La Palma #498614

Tints of La Palma #498614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.03%

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 32.16%
G = 59.03%
B = 8.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#498614 (or 0x498614) is known color: La Palma. HEX triplet: 49, 86 and 14. RGB value is (73,134,20). Sum of RGB (Red+Green+Blue) = 73+134+20=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #498614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498614 is #B679EB. Grayscale: #676767. Windows color (decimal): -11958764 or 1345097. OLE color: 1345097.

HSL color Cylindrical-coordinate representation of color #498614: hue angle of 92.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #498614 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 20 -
CMYK 0.46 0 0.85 0.47
HSL 92.11º 0.74% 0.3% -
HSV(B) 92.11º 0.85% 0.53% -
XYZ 11.4 18.52 3.64 -
YUV 102.77 81.29 106.77 -
System Red Green Blue C M Y K H S L
Decimal 73 134 20 0.46 0 0.85 0.47 92.11 0.74 0.3
Hex 49 86 14 2E 0 55 2F 5C 4A 1E
Octal 111 206 24 56 0 125 57 134 112 36
Binary 1001001 10000110 10100 101110 0 1010101 101111 1011100 1001010 11110

Color Harmonies of #498614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498614

Black with #498614

Text Example


Text Example

White with #498614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498614; }

 p { color: rgb(73,134,20); }

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

background-color css

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

 a { background-color: rgb(73,134,20); }

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

border-color css

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

 span { border-color: rgb(73,134,20); }

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