Html Css Color HEX #48880D La Palma

📋 copy color: '#48880D'

red 72 ◦ green 136 ◦ blue 13

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

Shades of La Palma #48880D

Tints of La Palma #48880D

RGB

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

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

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

R = 32.58%
G = 61.54%
B = 5.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#48880D (or 0x48880D) is known color: La Palma. HEX triplet: 48, 88 and 0D. RGB value is (72,136,13). Sum of RGB (Red+Green+Blue) = 72+136+13=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #48880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48880D is #B777F2. Grayscale: #676767. Windows color (decimal): -12023795 or 886856. OLE color: 886856.

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

Color convert

RGB 72 136 13 -
CMYK 0.47 0 0.90 0.47
HSL 91.22º 0.83% 0.29% -
HSV(B) 91.22º 0.9% 0.53% -
XYZ 11.55 19.02 3.44 -
YUV 102.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 72 136 13 0.47 0 0.90 0.47 91.22 0.83 0.29
Hex 48 88 D 2F 0 5A 2F 5B 53 1D
Octal 110 210 15 57 0 132 57 133 123 35
Binary 1001000 10001000 1101 101111 0 1011010 101111 1011011 1010011 11101

Color Harmonies of #48880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48880D

Black with #48880D

Text Example


Text Example

White with #48880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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