Html Css Color HEX #49862F La Palma

📋 copy color: '#49862F'

red 73 ◦ green 134 ◦ blue 47

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

Shades of La Palma #49862F

Tints of La Palma #49862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 28.74%
G = 52.76%
B = 18.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#49862F (or 0x49862F) is known color: La Palma. HEX triplet: 49, 86 and 2F. RGB value is (73,134,47). Sum of RGB (Red+Green+Blue) = 73+134+47=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #49862F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49862F is #B679D0. Grayscale: #6A6A6A. Windows color (decimal): -11958737 or 3114569. OLE color: 3114569.

HSL color Cylindrical-coordinate representation of color #49862F: hue angle of 102.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49862F is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 47 -
CMYK 0.46 0 0.65 0.47
HSL 102.07º 0.48% 0.35% -
HSV(B) 102.07º 0.65% 0.53% -
XYZ 11.79 18.67 5.67 -
YUV 105.84 94.79 104.57 -
System Red Green Blue C M Y K H S L
Decimal 73 134 47 0.46 0 0.65 0.47 102.07 0.48 0.35
Hex 49 86 2F 2E 0 41 2F 66 30 23
Octal 111 206 57 56 0 101 57 146 60 43
Binary 1001001 10000110 101111 101110 0 1000001 101111 1100110 110000 100011

Color Harmonies of #49862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49862F

Black with #49862F

Text Example


Text Example

White with #49862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49862F; }

 p { color: rgb(73,134,47); }

 H1.HeaderClassName
 {
   color: #49862F;
 }
 .AnyTagClassName
 {
   color: #49862F;
 }
</style>

background-color css

<style>
 a { background-color: #49862F; }

 a { background-color: rgb(73,134,47); }

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

border-color css

<style>
 span { border-color: #49862F; }

 span { border-color: rgb(73,134,47); }

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