Html Css Color HEX #498221 La Palma

📋 copy color: '#498221'

red 73 ◦ green 130 ◦ blue 33

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

Shades of La Palma #498221

Tints of La Palma #498221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 30.93%
G = 55.08%
B = 13.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#498221 (or 0x498221) is known color: La Palma. HEX triplet: 49, 82 and 21. RGB value is (73,130,33). Sum of RGB (Red+Green+Blue) = 73+130+33=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #498221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498221 is #B67DDE. Grayscale: #666666. Windows color (decimal): -11959775 or 2196041. OLE color: 2196041.

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

Color convert

RGB 73 130 33 -
CMYK 0.44 0 0.75 0.49
HSL 95.26º 0.6% 0.32% -
HSV(B) 95.26º 0.75% 0.51% -
XYZ 11 17.49 4.24 -
YUV 101.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 73 130 33 0.44 0 0.75 0.49 95.26 0.6 0.32
Hex 49 82 21 2C 0 4B 31 5F 3C 20
Octal 111 202 41 54 0 113 61 137 74 40
Binary 1001001 10000010 100001 101100 0 1001011 110001 1011111 111100 100000

Color Harmonies of #498221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498221

Black with #498221

Text Example


Text Example

White with #498221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498221; }

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

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

background-color css

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

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

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

border-color css

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

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

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