Html Css Color HEX #49880D La Palma

📋 copy color: '#49880D'

red 73 ◦ green 136 ◦ blue 13

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

Shades of La Palma #49880D

Tints of La Palma #49880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 32.88%
G = 61.26%
B = 5.86%

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

#49880D (or 0x49880D) is known color: La Palma. HEX triplet: 49, 88 and 0D. RGB value is (73,136,13). Sum of RGB (Red+Green+Blue) = 73+136+13=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #49880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49880D is #B677F2. Grayscale: #676767. Windows color (decimal): -11958259 or 886857. OLE color: 886857.

HSL color Cylindrical-coordinate representation of color #49880D: hue angle of 90.73º degrees, saturation: 0.83, 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 #49880D is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 13 -
CMYK 0.46 0 0.90 0.47
HSL 90.73º 0.83% 0.29% -
HSV(B) 90.73º 0.9% 0.53% -
XYZ 11.62 19.05 3.45 -
YUV 103.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 73 136 13 0.46 0 0.90 0.47 90.73 0.83 0.29
Hex 49 88 D 2E 0 5A 2F 5B 53 1D
Octal 111 210 15 56 0 132 57 133 123 35
Binary 1001001 10001000 1101 101110 0 1011010 101111 1011011 1010011 11101

Color Harmonies of #49880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49880D

Black with #49880D

Text Example


Text Example

White with #49880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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