Html Css Color HEX #49880E La Palma

📋 copy color: '#49880E'

red 73 ◦ green 136 ◦ blue 14

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

Shades of La Palma #49880E

Tints of La Palma #49880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.99%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 32.74%
G = 60.99%
B = 6.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#49880E (or 0x49880E) is known color: La Palma. HEX triplet: 49, 88 and 0E. RGB value is (73,136,14). Sum of RGB (Red+Green+Blue) = 73+136+14=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #49880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49880E is #B677F1. Grayscale: #676767. Windows color (decimal): -11958258 or 952393. OLE color: 952393.

HSL color Cylindrical-coordinate representation of color #49880E: hue angle of 90.98º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49880E is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 14 -
CMYK 0.46 0 0.90 0.47
HSL 90.98º 0.81% 0.29% -
HSV(B) 90.98º 0.9% 0.53% -
XYZ 11.63 19.06 3.48 -
YUV 103.26 77.63 106.42 -
System Red Green Blue C M Y K H S L
Decimal 73 136 14 0.46 0 0.90 0.47 90.98 0.81 0.29
Hex 49 88 E 2E 0 5A 2F 5B 51 1D
Octal 111 210 16 56 0 132 57 133 121 35
Binary 1001001 10001000 1110 101110 0 1011010 101111 1011011 1010001 11101

Color Harmonies of #49880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49880E

Black with #49880E

Text Example


Text Example

White with #49880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,136,14); }

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

background-color css

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

 a { background-color: rgb(73,136,14); }

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

border-color css

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

 span { border-color: rgb(73,136,14); }

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