Html Css Color HEX #49822E La Palma

📋 copy color: '#49822E'

red 73 ◦ green 130 ◦ blue 46

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

Shades of La Palma #49822E

Tints of La Palma #49822E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 29.32%
G = 52.21%
B = 18.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#49822E (or 0x49822E) is known color: La Palma. HEX triplet: 49, 82 and 2E. RGB value is (73,130,46). Sum of RGB (Red+Green+Blue) = 73+130+46=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #49822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49822E is #B67DD1. Grayscale: #676767. Windows color (decimal): -11959762 or 3048009. OLE color: 3048009.

HSL color Cylindrical-coordinate representation of color #49822E: hue angle of 100.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49822E is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 46 -
CMYK 0.44 0 0.65 0.49
HSL 100.71º 0.48% 0.35% -
HSV(B) 100.71º 0.65% 0.51% -
XYZ 11.22 17.58 5.39 -
YUV 103.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 73 130 46 0.44 0 0.65 0.49 100.71 0.48 0.35
Hex 49 82 2E 2C 0 41 31 65 30 23
Octal 111 202 56 54 0 101 61 145 60 43
Binary 1001001 10000010 101110 101100 0 1000001 110001 1100101 110000 100011

Color Harmonies of #49822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49822E

Black with #49822E

Text Example


Text Example

White with #49822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49822E; }

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

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

background-color css

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

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

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

border-color css

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

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

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