Html Css Color HEX #49832E La Palma

📋 copy color: '#49832E'

red 73 ◦ green 131 ◦ blue 46

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

Shades of La Palma #49832E

Tints of La Palma #49832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

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

R = 29.2%
G = 52.4%
B = 18.4%

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

#49832E (or 0x49832E) is known color: La Palma. HEX triplet: 49, 83 and 2E. RGB value is (73,131,46). Sum of RGB (Red+Green+Blue) = 73+131+46=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #49832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49832E is #B67CD1. Grayscale: #686868. Windows color (decimal): -11959506 or 3048265. OLE color: 3048265.

HSL color Cylindrical-coordinate representation of color #49832E: hue angle of 100.94º 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 #49832E is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 46 -
CMYK 0.44 0 0.65 0.49
HSL 100.94º 0.48% 0.35% -
HSV(B) 100.94º 0.65% 0.51% -
XYZ 11.36 17.85 5.43 -
YUV 103.97 95.28 105.91 -
System Red Green Blue C M Y K H S L
Decimal 73 131 46 0.44 0 0.65 0.49 100.94 0.48 0.35
Hex 49 83 2E 2C 0 41 31 65 30 23
Octal 111 203 56 54 0 101 61 145 60 43
Binary 1001001 10000011 101110 101100 0 1000001 110001 1100101 110000 100011

Color Harmonies of #49832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49832E

Black with #49832E

Text Example


Text Example

White with #49832E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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