Html Css Color HEX #488D32 La Palma

📋 copy color: '#488D32'

red 72 ◦ green 141 ◦ blue 50

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

Shades of La Palma #488D32

Tints of La Palma #488D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.61%

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 27.38%
G = 53.61%
B = 19.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#488D32 (or 0x488D32) is known color: La Palma. HEX triplet: 48, 8D and 32. RGB value is (72,141,50). Sum of RGB (Red+Green+Blue) = 72+141+50=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #488D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D32 is #B772CD. Grayscale: #6E6E6E. Windows color (decimal): -12022478 or 3312968. OLE color: 3312968.

HSL color Cylindrical-coordinate representation of color #488D32: hue angle of 105.49º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488D32 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 50 -
CMYK 0.49 0 0.65 0.45
HSL 105.49º 0.48% 0.37% -
HSV(B) 105.49º 0.65% 0.55% -
XYZ 12.77 20.66 6.33 -
YUV 110 94.14 100.9 -
System Red Green Blue C M Y K H S L
Decimal 72 141 50 0.49 0 0.65 0.45 105.49 0.48 0.37
Hex 48 8D 32 31 0 41 2D 69 30 25
Octal 110 215 62 61 0 101 55 151 60 45
Binary 1001000 10001101 110010 110001 0 1000001 101101 1101001 110000 100101

Color Harmonies of #488D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D32

Black with #488D32

Text Example


Text Example

White with #488D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D32; }

 p { color: rgb(72,141,50); }

 H1.HeaderClassName
 {
   color: #488D32;
 }
 .AnyTagClassName
 {
   color: #488D32;
 }
</style>

background-color css

<style>
 a { background-color: #488D32; }

 a { background-color: rgb(72,141,50); }

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

border-color css

<style>
 span { border-color: #488D32; }

 span { border-color: rgb(72,141,50); }

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