Html Css Color HEX #488532 La Palma

📋 copy color: '#488532'

red 72 ◦ green 133 ◦ blue 50

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

Shades of La Palma #488532

Tints of La Palma #488532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 28.24%
G = 52.16%
B = 19.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#488532 (or 0x488532) is known color: La Palma. HEX triplet: 48, 85 and 32. RGB value is (72,133,50). Sum of RGB (Red+Green+Blue) = 72+133+50=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #488532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488532 is #B77ACD. Grayscale: #696969. Windows color (decimal): -12024526 or 3310920. OLE color: 3310920.

HSL color Cylindrical-coordinate representation of color #488532: hue angle of 104.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488532 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 50 -
CMYK 0.46 0 0.62 0.48
HSL 104.1º 0.45% 0.36% -
HSV(B) 104.1º 0.62% 0.52% -
XYZ 11.64 18.38 5.95 -
YUV 105.3 96.79 104.25 -
System Red Green Blue C M Y K H S L
Decimal 72 133 50 0.46 0 0.62 0.48 104.1 0.45 0.36
Hex 48 85 32 2E 0 3E 30 68 2D 24
Octal 110 205 62 56 0 76 60 150 55 44
Binary 1001000 10000101 110010 101110 0 111110 110000 1101000 101101 100100

Color Harmonies of #488532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488532

Black with #488532

Text Example


Text Example

White with #488532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488532; }

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

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

background-color css

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

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

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

border-color css

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

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

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