Html Css Color HEX #498535 La Palma

📋 copy color: '#498535'

red 73 ◦ green 133 ◦ blue 53

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

Shades of La Palma #498535

Tints of La Palma #498535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.46%

R = 28.19%
G = 51.35%
B = 20.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#498535 (or 0x498535) is known color: La Palma. HEX triplet: 49, 85 and 35. RGB value is (73,133,53). Sum of RGB (Red+Green+Blue) = 73+133+53=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #498535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498535 is #B67ACA. Grayscale: #6A6A6A. Windows color (decimal): -11958987 or 3507529. OLE color: 3507529.

HSL color Cylindrical-coordinate representation of color #498535: hue angle of 105º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #498535 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 53 -
CMYK 0.45 0 0.60 0.48
HSL 105º 0.43% 0.36% -
HSV(B) 105º 0.6% 0.52% -
XYZ 11.78 18.45 6.31 -
YUV 105.94 98.12 104.5 -
System Red Green Blue C M Y K H S L
Decimal 73 133 53 0.45 0 0.60 0.48 105 0.43 0.36
Hex 49 85 35 2D 0 3C 30 69 2B 24
Octal 111 205 65 55 0 74 60 151 53 44
Binary 1001001 10000101 110101 101101 0 111100 110000 1101001 101011 100100

Color Harmonies of #498535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498535

Black with #498535

Text Example


Text Example

White with #498535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498535; }

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

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

background-color css

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

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

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

border-color css

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

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

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