Html Css Color HEX #48880C La Palma

📋 copy color: '#48880C'

red 72 ◦ green 136 ◦ blue 12

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

Shades of La Palma #48880C

Tints of La Palma #48880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 32.73%
G = 61.82%
B = 5.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#48880C (or 0x48880C) is known color: La Palma. HEX triplet: 48, 88 and 0C. RGB value is (72,136,12). Sum of RGB (Red+Green+Blue) = 72+136+12=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #48880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48880C is #B777F3. Grayscale: #676767. Windows color (decimal): -12023796 or 821320. OLE color: 821320.

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

Color convert

RGB 72 136 12 -
CMYK 0.47 0 0.91 0.47
HSL 90.97º 0.84% 0.29% -
HSV(B) 90.97º 0.91% 0.53% -
XYZ 11.54 19.01 3.41 -
YUV 102.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 72 136 12 0.47 0 0.91 0.47 90.97 0.84 0.29
Hex 48 88 C 2F 0 5B 2F 5B 54 1D
Octal 110 210 14 57 0 133 57 133 124 35
Binary 1001000 10001000 1100 101111 0 1011011 101111 1011011 1010100 11101

Color Harmonies of #48880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48880C

Black with #48880C

Text Example


Text Example

White with #48880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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