Html Css Color HEX #48872A La Palma

📋 copy color: '#48872A'

red 72 ◦ green 135 ◦ blue 42

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

Shades of La Palma #48872A

Tints of La Palma #48872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.22%

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 28.92%
G = 54.22%
B = 16.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#48872A (or 0x48872A) is known color: La Palma. HEX triplet: 48, 87 and 2A. RGB value is (72,135,42). Sum of RGB (Red+Green+Blue) = 72+135+42=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #48872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48872A is #B778D5. Grayscale: #696969. Windows color (decimal): -12024022 or 2787144. OLE color: 2787144.

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

Color convert

RGB 72 135 42 -
CMYK 0.47 0 0.69 0.47
HSL 100.65º 0.53% 0.35% -
HSV(B) 100.65º 0.69% 0.53% -
XYZ 11.75 18.87 5.21 -
YUV 105.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 72 135 42 0.47 0 0.69 0.47 100.65 0.53 0.35
Hex 48 87 2A 2F 0 45 2F 65 35 23
Octal 110 207 52 57 0 105 57 145 65 43
Binary 1001000 10000111 101010 101111 0 1000101 101111 1100101 110101 100011

Color Harmonies of #48872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48872A

Black with #48872A

Text Example


Text Example

White with #48872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,135,42); }

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

background-color css

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

 a { background-color: rgb(72,135,42); }

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

border-color css

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

 span { border-color: rgb(72,135,42); }

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