Html Css Color HEX #49851C La Palma

📋 copy color: '#49851C'

red 73 ◦ green 133 ◦ blue 28

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

Shades of La Palma #49851C

Tints of La Palma #49851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.84%

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 31.2%
G = 56.84%
B = 11.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#49851C (or 0x49851C) is known color: La Palma. HEX triplet: 49, 85 and 1C. RGB value is (73,133,28). Sum of RGB (Red+Green+Blue) = 73+133+28=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #49851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49851C is #B67AE3. Grayscale: #676767. Windows color (decimal): -11959012 or 1869129. OLE color: 1869129.

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

Color convert

RGB 73 133 28 -
CMYK 0.45 0 0.79 0.48
HSL 94.29º 0.65% 0.32% -
HSV(B) 94.29º 0.79% 0.52% -
XYZ 11.34 18.28 4.03 -
YUV 103.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 73 133 28 0.45 0 0.79 0.48 94.29 0.65 0.32
Hex 49 85 1C 2D 0 4F 30 5E 41 20
Octal 111 205 34 55 0 117 60 136 101 40
Binary 1001001 10000101 11100 101101 0 1001111 110000 1011110 1000001 100000

Color Harmonies of #49851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49851C

Black with #49851C

Text Example


Text Example

White with #49851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,133,28); }

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

background-color css

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

 a { background-color: rgb(73,133,28); }

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

border-color css

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

 span { border-color: rgb(73,133,28); }

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