Html Css Color HEX #48880F La Palma

📋 copy color: '#48880F'

red 72 ◦ green 136 ◦ blue 15

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

Shades of La Palma #48880F

Tints of La Palma #48880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 32.29%
G = 60.99%
B = 6.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#48880F (or 0x48880F) is known color: La Palma. HEX triplet: 48, 88 and 0F. RGB value is (72,136,15). Sum of RGB (Red+Green+Blue) = 72+136+15=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #48880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48880F is #B777F0. Grayscale: #676767. Windows color (decimal): -12023793 or 1017928. OLE color: 1017928.

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

Color convert

RGB 72 136 15 -
CMYK 0.47 0 0.89 0.47
HSL 91.74º 0.8% 0.3% -
HSV(B) 91.74º 0.89% 0.53% -
XYZ 11.56 19.02 3.51 -
YUV 103.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 72 136 15 0.47 0 0.89 0.47 91.74 0.8 0.3
Hex 48 88 F 2F 0 59 2F 5C 50 1E
Octal 110 210 17 57 0 131 57 134 120 36
Binary 1001000 10001000 1111 101111 0 1011001 101111 1011100 1010000 11110

Color Harmonies of #48880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48880F

Black with #48880F

Text Example


Text Example

White with #48880F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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