Html Css Color HEX #498132 La Palma

📋 copy color: '#498132'

red 73 ◦ green 129 ◦ blue 50

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

Shades of La Palma #498132

Tints of La Palma #498132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 28.97%
G = 51.19%
B = 19.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#498132 (or 0x498132) is known color: La Palma. HEX triplet: 49, 81 and 32. RGB value is (73,129,50). Sum of RGB (Red+Green+Blue) = 73+129+50=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #498132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498132 is #B67ECD. Grayscale: #676767. Windows color (decimal): -11960014 or 3309897. OLE color: 3309897.

HSL color Cylindrical-coordinate representation of color #498132: hue angle of 102.53º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #498132 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 50 -
CMYK 0.43 0 0.61 0.49
HSL 102.53º 0.44% 0.35% -
HSV(B) 102.53º 0.61% 0.51% -
XYZ 11.17 17.35 5.78 -
YUV 103.25 97.95 106.42 -
System Red Green Blue C M Y K H S L
Decimal 73 129 50 0.43 0 0.61 0.49 102.53 0.44 0.35
Hex 49 81 32 2B 0 3D 31 67 2C 23
Octal 111 201 62 53 0 75 61 147 54 43
Binary 1001001 10000001 110010 101011 0 111101 110001 1100111 101100 100011

Color Harmonies of #498132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498132

Black with #498132

Text Example


Text Example

White with #498132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498132; }

 p { color: rgb(73,129,50); }

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

background-color css

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

 a { background-color: rgb(73,129,50); }

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

border-color css

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

 span { border-color: rgb(73,129,50); }

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