Html Css Color HEX #499021 La Palma

📋 copy color: '#499021'

red 73 ◦ green 144 ◦ blue 33

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

Shades of La Palma #499021

Tints of La Palma #499021

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.6%

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

R = 29.2%
G = 57.6%
B = 13.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#499021 (or 0x499021) is known color: La Palma. HEX triplet: 49, 90 and 21. RGB value is (73,144,33). Sum of RGB (Red+Green+Blue) = 73+144+33=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #499021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499021 is #B66FDE. Grayscale: #6E6E6E. Windows color (decimal): -11956191 or 2199625. OLE color: 2199625.

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

Color convert

RGB 73 144 33 -
CMYK 0.49 0 0.77 0.44
HSL 98.38º 0.63% 0.35% -
HSV(B) 98.38º 0.77% 0.56% -
XYZ 13 21.47 4.9 -
YUV 110.12 84.48 101.53 -
System Red Green Blue C M Y K H S L
Decimal 73 144 33 0.49 0 0.77 0.44 98.38 0.63 0.35
Hex 49 90 21 31 0 4D 2C 62 3F 23
Octal 111 220 41 61 0 115 54 142 77 43
Binary 1001001 10010000 100001 110001 0 1001101 101100 1100010 111111 100011

Color Harmonies of #499021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499021

Black with #499021

Text Example


Text Example

White with #499021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499021; }

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

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

background-color css

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

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

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

border-color css

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

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

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