Html Css Color HEX #498321 La Palma

📋 copy color: '#498321'

red 73 ◦ green 131 ◦ blue 33

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

Shades of La Palma #498321

Tints of La Palma #498321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

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

R = 30.8%
G = 55.27%
B = 13.92%

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

#498321 (or 0x498321) is known color: La Palma. HEX triplet: 49, 83 and 21. RGB value is (73,131,33). Sum of RGB (Red+Green+Blue) = 73+131+33=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #498321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498321 is #B67CDE. Grayscale: #666666. Windows color (decimal): -11959519 or 2196297. OLE color: 2196297.

HSL color Cylindrical-coordinate representation of color #498321: hue angle of 95.51º 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 #498321 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 33 -
CMYK 0.44 0 0.75 0.49
HSL 95.51º 0.6% 0.32% -
HSV(B) 95.51º 0.75% 0.51% -
XYZ 11.14 17.76 4.28 -
YUV 102.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 73 131 33 0.44 0 0.75 0.49 95.51 0.6 0.32
Hex 49 83 21 2C 0 4B 31 60 3C 20
Octal 111 203 41 54 0 113 61 140 74 40
Binary 1001001 10000011 100001 101100 0 1001011 110001 1100000 111100 100000

Color Harmonies of #498321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498321

Black with #498321

Text Example


Text Example

White with #498321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498321; }

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

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

background-color css

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

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

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

border-color css

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

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

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