Html Css Color HEX #48880B La Palma

📋 copy color: '#48880B'

red 72 ◦ green 136 ◦ blue 11

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

Shades of La Palma #48880B

Tints of La Palma #48880B

RGB

 RED value IS 72 (28.52% from 255) = 32.88%

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

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 32.88%
G = 62.1%
B = 5.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#48880B (or 0x48880B) is known color: La Palma. HEX triplet: 48, 88 and 0B. RGB value is (72,136,11). Sum of RGB (Red+Green+Blue) = 72+136+11=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #48880B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48880B is #B777F4. Grayscale: #676767. Windows color (decimal): -12023797 or 755784. OLE color: 755784.

HSL color Cylindrical-coordinate representation of color #48880B: hue angle of 90.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48880B is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 11 -
CMYK 0.47 0 0.92 0.47
HSL 90.72º 0.85% 0.29% -
HSV(B) 90.72º 0.92% 0.53% -
XYZ 11.54 19.01 3.38 -
YUV 102.61 76.3 106.16 -
System Red Green Blue C M Y K H S L
Decimal 72 136 11 0.47 0 0.92 0.47 90.72 0.85 0.29
Hex 48 88 B 2F 0 5C 2F 5B 55 1D
Octal 110 210 13 57 0 134 57 133 125 35
Binary 1001000 10001000 1011 101111 0 1011100 101111 1011011 1010101 11101

Color Harmonies of #48880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48880B

Black with #48880B

Text Example


Text Example

White with #48880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48880B; }

 p { color: rgb(72,136,11); }

 H1.HeaderClassName
 {
   color: #48880B;
 }
 .AnyTagClassName
 {
   color: #48880B;
 }
</style>

background-color css

<style>
 a { background-color: #48880B; }

 a { background-color: rgb(72,136,11); }

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

border-color css

<style>
 span { border-color: #48880B; }

 span { border-color: rgb(72,136,11); }

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