Html Css Color HEX #498C20 La Palma

📋 copy color: '#498C20'

red 73 ◦ green 140 ◦ blue 32

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

Shades of La Palma #498C20

Tints of La Palma #498C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.14%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 29.8%
G = 57.14%
B = 13.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#498C20 (or 0x498C20) is known color: La Palma. HEX triplet: 49, 8C and 20. RGB value is (73,140,32). Sum of RGB (Red+Green+Blue) = 73+140+32=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #498C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498C20 is #B673DF. Grayscale: #6C6C6C. Windows color (decimal): -11957216 or 2133065. OLE color: 2133065.

HSL color Cylindrical-coordinate representation of color #498C20: hue angle of 97.22º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #498C20 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 140 32 -
CMYK 0.48 0 0.77 0.45
HSL 97.22º 0.63% 0.34% -
HSV(B) 97.22º 0.77% 0.55% -
XYZ 12.39 20.28 4.63 -
YUV 107.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 73 140 32 0.48 0 0.77 0.45 97.22 0.63 0.34
Hex 49 8C 20 30 0 4D 2D 61 3F 22
Octal 111 214 40 60 0 115 55 141 77 42
Binary 1001001 10001100 100000 110000 0 1001101 101101 1100001 111111 100010

Color Harmonies of #498C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498C20

Black with #498C20

Text Example


Text Example

White with #498C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,140,32); }

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

background-color css

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

 a { background-color: rgb(73,140,32); }

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

border-color css

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

 span { border-color: rgb(73,140,32); }

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