Html Css Color HEX #499422 La Palma

📋 copy color: '#499422'

red 73 ◦ green 148 ◦ blue 34

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

Shades of La Palma #499422

Tints of La Palma #499422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.04%

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

R = 28.63%
G = 58.04%
B = 13.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#499422 (or 0x499422) is known color: La Palma. HEX triplet: 49, 94 and 22. RGB value is (73,148,34). Sum of RGB (Red+Green+Blue) = 73+148+34=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #499422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499422 is #B66BDD. Grayscale: #707070. Windows color (decimal): -11955166 or 2266185. OLE color: 2266185.

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

Color convert

RGB 73 148 34 -
CMYK 0.51 0 0.77 0.42
HSL 99.47º 0.63% 0.36% -
HSV(B) 99.47º 0.77% 0.58% -
XYZ 13.63 22.71 5.18 -
YUV 112.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 73 148 34 0.51 0 0.77 0.42 99.47 0.63 0.36
Hex 49 94 22 33 0 4D 2A 63 3F 24
Octal 111 224 42 63 0 115 52 143 77 44
Binary 1001001 10010100 100010 110011 0 1001101 101010 1100011 111111 100100

Color Harmonies of #499422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499422

Black with #499422

Text Example


Text Example

White with #499422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499422; }

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

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

background-color css

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

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

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

border-color css

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

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

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