Html Css Color HEX #49812D La Palma

📋 copy color: '#49812D'

red 73 ◦ green 129 ◦ blue 45

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

Shades of La Palma #49812D

Tints of La Palma #49812D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 29.55%
G = 52.23%
B = 18.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#49812D (or 0x49812D) is known color: La Palma. HEX triplet: 49, 81 and 2D. RGB value is (73,129,45). Sum of RGB (Red+Green+Blue) = 73+129+45=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #49812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49812D is #B67ED2. Grayscale: #666666. Windows color (decimal): -11960019 or 2982217. OLE color: 2982217.

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

Color convert

RGB 73 129 45 -
CMYK 0.43 0 0.65 0.49
HSL 100º 0.48% 0.34% -
HSV(B) 100º 0.65% 0.51% -
XYZ 11.07 17.31 5.24 -
YUV 102.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 73 129 45 0.43 0 0.65 0.49 100 0.48 0.34
Hex 49 81 2D 2B 0 41 31 64 30 22
Octal 111 201 55 53 0 101 61 144 60 42
Binary 1001001 10000001 101101 101011 0 1000001 110001 1100100 110000 100010

Color Harmonies of #49812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49812D

Black with #49812D

Text Example


Text Example

White with #49812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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