Html Css Color HEX #498518 La Palma

📋 copy color: '#498518'

red 73 ◦ green 133 ◦ blue 24

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

Shades of La Palma #498518

Tints of La Palma #498518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.83%

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 31.74%
G = 57.83%
B = 10.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#498518 (or 0x498518) is known color: La Palma. HEX triplet: 49, 85 and 18. RGB value is (73,133,24). Sum of RGB (Red+Green+Blue) = 73+133+24=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #498518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498518 is #B67AE7. Grayscale: #676767. Windows color (decimal): -11959016 or 1606985. OLE color: 1606985.

HSL color Cylindrical-coordinate representation of color #498518: hue angle of 93.03º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #498518 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 24 -
CMYK 0.45 0 0.82 0.48
HSL 93.03º 0.69% 0.31% -
HSV(B) 93.03º 0.82% 0.52% -
XYZ 11.3 18.26 3.79 -
YUV 102.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 73 133 24 0.45 0 0.82 0.48 93.03 0.69 0.31
Hex 49 85 18 2D 0 52 30 5D 45 1F
Octal 111 205 30 55 0 122 60 135 105 37
Binary 1001001 10000101 11000 101101 0 1010010 110000 1011101 1000101 11111

Color Harmonies of #498518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498518

Black with #498518

Text Example


Text Example

White with #498518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498518; }

 p { color: rgb(73,133,24); }

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

background-color css

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

 a { background-color: rgb(73,133,24); }

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

border-color css

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

 span { border-color: rgb(73,133,24); }

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