Html Css Color HEX #498912 La Palma

📋 copy color: '#498912'

red 73 ◦ green 137 ◦ blue 18

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

Shades of La Palma #498912

Tints of La Palma #498912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.09%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 32.02%
G = 60.09%
B = 7.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#498912 (or 0x498912) is known color: La Palma. HEX triplet: 49, 89 and 12. RGB value is (73,137,18). Sum of RGB (Red+Green+Blue) = 73+137+18=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #498912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498912 is #B676ED. Grayscale: #686868. Windows color (decimal): -11957998 or 1214793. OLE color: 1214793.

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

Color convert

RGB 73 137 18 -
CMYK 0.47 0 0.87 0.46
HSL 92.27º 0.77% 0.3% -
HSV(B) 92.27º 0.87% 0.54% -
XYZ 11.8 19.35 3.69 -
YUV 104.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 73 137 18 0.47 0 0.87 0.46 92.27 0.77 0.3
Hex 49 89 12 2F 0 57 2E 5C 4D 1E
Octal 111 211 22 57 0 127 56 134 115 36
Binary 1001001 10001001 10010 101111 0 1010111 101110 1011100 1001101 11110

Color Harmonies of #498912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498912

Black with #498912

Text Example


Text Example

White with #498912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498912; }

 p { color: rgb(73,137,18); }

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

background-color css

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

 a { background-color: rgb(73,137,18); }

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

border-color css

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

 span { border-color: rgb(73,137,18); }

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