Html Css Color HEX #498228 La Palma

📋 copy color: '#498228'

red 73 ◦ green 130 ◦ blue 40

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

Shades of La Palma #498228

Tints of La Palma #498228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.5%

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 30.04%
G = 53.5%
B = 16.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#498228 (or 0x498228) is known color: La Palma. HEX triplet: 49, 82 and 28. RGB value is (73,130,40). Sum of RGB (Red+Green+Blue) = 73+130+40=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #498228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498228 is #B67DD7. Grayscale: #676767. Windows color (decimal): -11959768 or 2654793. OLE color: 2654793.

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

Color convert

RGB 73 130 40 -
CMYK 0.44 0 0.69 0.49
HSL 98º 0.53% 0.33% -
HSV(B) 98º 0.69% 0.51% -
XYZ 11.11 17.53 4.81 -
YUV 102.7 92.62 106.82 -
System Red Green Blue C M Y K H S L
Decimal 73 130 40 0.44 0 0.69 0.49 98 0.53 0.33
Hex 49 82 28 2C 0 45 31 62 35 21
Octal 111 202 50 54 0 105 61 142 65 41
Binary 1001001 10000010 101000 101100 0 1000101 110001 1100010 110101 100001

Color Harmonies of #498228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498228

Black with #498228

Text Example


Text Example

White with #498228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498228; }

 p { color: rgb(73,130,40); }

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

background-color css

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

 a { background-color: rgb(73,130,40); }

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

border-color css

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

 span { border-color: rgb(73,130,40); }

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