Html Css Color HEX #499322 La Palma

📋 copy color: '#499322'

red 73 ◦ green 147 ◦ blue 34

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

Shades of La Palma #499322

Tints of La Palma #499322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.87%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 28.74%
G = 57.87%
B = 13.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#499322 (or 0x499322) is known color: La Palma. HEX triplet: 49, 93 and 22. RGB value is (73,147,34). Sum of RGB (Red+Green+Blue) = 73+147+34=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #499322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499322 is #B66CDD. Grayscale: #707070. Windows color (decimal): -11955422 or 2265929. OLE color: 2265929.

HSL color Cylindrical-coordinate representation of color #499322: hue angle of 99.29º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #499322 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 34 -
CMYK 0.50 0 0.77 0.42
HSL 99.29º 0.62% 0.35% -
HSV(B) 99.29º 0.77% 0.58% -
XYZ 13.47 22.4 5.13 -
YUV 111.99 83.98 100.19 -
System Red Green Blue C M Y K H S L
Decimal 73 147 34 0.50 0 0.77 0.42 99.29 0.62 0.35
Hex 49 93 22 32 0 4D 2A 63 3E 23
Octal 111 223 42 62 0 115 52 143 76 43
Binary 1001001 10010011 100010 110010 0 1001101 101010 1100011 111110 100011

Color Harmonies of #499322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499322

Black with #499322

Text Example


Text Example

White with #499322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499322; }

 p { color: rgb(73,147,34); }

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

background-color css

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

 a { background-color: rgb(73,147,34); }

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

border-color css

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

 span { border-color: rgb(73,147,34); }

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