Html Css Color HEX #48881A La Palma

📋 copy color: '#48881A'

red 72 ◦ green 136 ◦ blue 26

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

Shades of La Palma #48881A

Tints of La Palma #48881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 30.77%
G = 58.12%
B = 11.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#48881A (or 0x48881A) is known color: La Palma. HEX triplet: 48, 88 and 1A. RGB value is (72,136,26). Sum of RGB (Red+Green+Blue) = 72+136+26=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #48881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48881A is #B777E5. Grayscale: #686868. Windows color (decimal): -12023782 or 1738824. OLE color: 1738824.

HSL color Cylindrical-coordinate representation of color #48881A: hue angle of 94.91º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48881A is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 26 -
CMYK 0.47 0 0.81 0.47
HSL 94.91º 0.68% 0.32% -
HSV(B) 94.91º 0.81% 0.53% -
XYZ 11.66 19.06 4.04 -
YUV 104.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 72 136 26 0.47 0 0.81 0.47 94.91 0.68 0.32
Hex 48 88 1A 2F 0 51 2F 5F 44 20
Octal 110 210 32 57 0 121 57 137 104 40
Binary 1001000 10001000 11010 101111 0 1010001 101111 1011111 1000100 100000

Color Harmonies of #48881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48881A

Black with #48881A

Text Example


Text Example

White with #48881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48881A; }

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

 H1.HeaderClassName
 {
   color: #48881A;
 }
 .AnyTagClassName
 {
   color: #48881A;
 }
</style>

background-color css

<style>
 a { background-color: #48881A; }

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

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

border-color css

<style>
 span { border-color: #48881A; }

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

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