Html Css Color HEX #49842C La Palma

📋 copy color: '#49842C'

red 73 ◦ green 132 ◦ blue 44

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

Shades of La Palma #49842C

Tints of La Palma #49842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.01%

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 29.32%
G = 53.01%
B = 17.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#49842C (or 0x49842C) is known color: La Palma. HEX triplet: 49, 84 and 2C. RGB value is (73,132,44). Sum of RGB (Red+Green+Blue) = 73+132+44=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #49842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49842C is #B67BD3. Grayscale: #686868. Windows color (decimal): -11959252 or 2917449. OLE color: 2917449.

HSL color Cylindrical-coordinate representation of color #49842C: hue angle of 100.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49842C is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 44 -
CMYK 0.45 0 0.67 0.48
HSL 100.23º 0.5% 0.35% -
HSV(B) 100.23º 0.67% 0.52% -
XYZ 11.45 18.1 5.27 -
YUV 104.33 93.95 105.66 -
System Red Green Blue C M Y K H S L
Decimal 73 132 44 0.45 0 0.67 0.48 100.23 0.5 0.35
Hex 49 84 2C 2D 0 43 30 64 32 23
Octal 111 204 54 55 0 103 60 144 62 43
Binary 1001001 10000100 101100 101101 0 1000011 110000 1100100 110010 100011

Color Harmonies of #49842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49842C

Black with #49842C

Text Example


Text Example

White with #49842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49842C; }

 p { color: rgb(73,132,44); }

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

background-color css

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

 a { background-color: rgb(73,132,44); }

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

border-color css

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

 span { border-color: rgb(73,132,44); }

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