Html Css Color HEX #498A10 La Palma

📋 copy color: '#498A10'

red 73 ◦ green 138 ◦ blue 16

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

Shades of La Palma #498A10

Tints of La Palma #498A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 60.79%

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 32.16%
G = 60.79%
B = 7.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#498A10 (or 0x498A10) is known color: La Palma. HEX triplet: 49, 8A and 10. RGB value is (73,138,16). Sum of RGB (Red+Green+Blue) = 73+138+16=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #498A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498A10 is #B675EF. Grayscale: #696969. Windows color (decimal): -11957744 or 1083977. OLE color: 1083977.

HSL color Cylindrical-coordinate representation of color #498A10: hue angle of 91.97º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #498A10 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 138 16 -
CMYK 0.47 0 0.88 0.46
HSL 91.97º 0.79% 0.3% -
HSV(B) 91.97º 0.88% 0.54% -
XYZ 11.93 19.63 3.65 -
YUV 104.66 77.97 105.42 -
System Red Green Blue C M Y K H S L
Decimal 73 138 16 0.47 0 0.88 0.46 91.97 0.79 0.3
Hex 49 8A 10 2F 0 58 2E 5C 4F 1E
Octal 111 212 20 57 0 130 56 134 117 36
Binary 1001001 10001010 10000 101111 0 1011000 101110 1011100 1001111 11110

Color Harmonies of #498A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498A10

Black with #498A10

Text Example


Text Example

White with #498A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,138,16); }

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

background-color css

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

 a { background-color: rgb(73,138,16); }

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

border-color css

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

 span { border-color: rgb(73,138,16); }

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