Html Css Color HEX #498520 La Palma

📋 copy color: '#498520'

red 73 ◦ green 133 ◦ blue 32

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

Shades of La Palma #498520

Tints of La Palma #498520

RGB

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

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

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

R = 30.67%
G = 55.88%
B = 13.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#498520 (or 0x498520) is known color: La Palma. HEX triplet: 49, 85 and 20. RGB value is (73,133,32). Sum of RGB (Red+Green+Blue) = 73+133+32=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #498520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498520 is #B67ADF. Grayscale: #676767. Windows color (decimal): -11959008 or 2131273. OLE color: 2131273.

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

Color convert

RGB 73 133 32 -
CMYK 0.45 0 0.76 0.48
HSL 95.64º 0.61% 0.32% -
HSV(B) 95.64º 0.76% 0.52% -
XYZ 11.4 18.3 4.3 -
YUV 103.55 87.62 106.21 -
System Red Green Blue C M Y K H S L
Decimal 73 133 32 0.45 0 0.76 0.48 95.64 0.61 0.32
Hex 49 85 20 2D 0 4C 30 60 3D 20
Octal 111 205 40 55 0 114 60 140 75 40
Binary 1001001 10000101 100000 101101 0 1001100 110000 1100000 111101 100000

Color Harmonies of #498520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498520

Black with #498520

Text Example


Text Example

White with #498520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498520; }

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

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

background-color css

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

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

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

border-color css

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

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

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