Html Css Color HEX #49812E La Palma

📋 copy color: '#49812E'

red 73 ◦ green 129 ◦ blue 46

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

Shades of La Palma #49812E

Tints of La Palma #49812E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.02%

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

R = 29.44%
G = 52.02%
B = 18.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#49812E (or 0x49812E) is known color: La Palma. HEX triplet: 49, 81 and 2E. RGB value is (73,129,46). Sum of RGB (Red+Green+Blue) = 73+129+46=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #49812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49812E is #B67ED1. Grayscale: #676767. Windows color (decimal): -11960018 or 3047753. OLE color: 3047753.

HSL color Cylindrical-coordinate representation of color #49812E: hue angle of 100.48º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49812E is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 46 -
CMYK 0.43 0 0.64 0.49
HSL 100.48º 0.47% 0.34% -
HSV(B) 100.48º 0.64% 0.51% -
XYZ 11.09 17.31 5.34 -
YUV 102.79 95.95 106.75 -
System Red Green Blue C M Y K H S L
Decimal 73 129 46 0.43 0 0.64 0.49 100.48 0.47 0.34
Hex 49 81 2E 2B 0 40 31 64 2F 22
Octal 111 201 56 53 0 100 61 144 57 42
Binary 1001001 10000001 101110 101011 0 1000000 110001 1100100 101111 100010

Color Harmonies of #49812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49812E

Black with #49812E

Text Example


Text Example

White with #49812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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